Hi,
We are using Genero Identity Provider and, when requesting an access token, the payload of the Jason Web Token (JWT) the scopes come in a lement called "scopes":
{
"sub": "1",
"exp": 1652111693,
"nbf": 1652111093,
"iat": 1652111093,
"iss": "http://apaxsys004:6394/ws/r/services/GeneroIdentityProvider",
"aud": "91FEFA49-9317-4723-BC5B-202B5D72E04B",
"scopes": [
"query"
]
}
All other Authorization Server I tested call the element "scope" (singular), and in every documentation I found, it was singular also. Should I make an exception for GIP or it was a mistake that you will correct?
Thanks