Hi Team,
In our organizational ArcGIS online account ,we published some feature service last year. Using client Id and secret , we create access token and from access token, we generate token (using esri IdentityManager generateToken ) to access these feature layers in angular project. Its working fine before last week.
From last week we had the permission issue. We checked in code, the token is generated and when generated token pass to access these secure layers its show below error:
error: {code: 403, message: "You do not have permissions to access this resource or perform this operation."}