in organization I have to generate access token using cypress tool. Status code I am getting is 200 but the body is having invalid scope error.
0
votes
Hey Swarna! We would love to help, but we need a bit more information about your problem. Can you post some relevant code, e.g. how you call your Authorization Server. Where does the problematic response come from — is it the token endpoint or the authorization endpoint? Etc. By the way, did you check the OAuth client settings? Is your client allowed to request the scope that you use in cypress?
- Michal Trojanowski