You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My generated URL looks like -> http://localhost:8080/connect/authorize?client_id=user1-client-id&redirect_uri=http%3A%2F%2Flocalhost%3A5000%2Fauth%2Foidc&response_type=code&scope=openid%2Cemail&state=BfwyLzhllKIvBQUqrYbX
so Im trying to request openid and email scopes and it seems like they configured in my client configuration file but I always got:
Sorry, there was an error : invalid_scope
Invalid scope
So what Im doing wrong? In logs from the container I can see next message:
Im trying to test OIDC flow on my local. I have next configuration:
docker-compose
:Users configuration file:
Client configuration file:
My generated URL looks like ->
http://localhost:8080/connect/authorize?client_id=user1-client-id&redirect_uri=http%3A%2F%2Flocalhost%3A5000%2Fauth%2Foidc&response_type=code&scope=openid%2Cemail&state=BfwyLzhllKIvBQUqrYbX
so Im trying to request
openid
andemail
scopes and it seems like they configured in myclient
configuration file but I always got:So what Im doing wrong? In logs from the container I can see next message:
The text was updated successfully, but these errors were encountered: