Closed viggnah closed 1 year ago
in Identity Providers -> resident -> Inbound Authentication Configuration-> OAuth2/OpenID Connect Configuration
update the Identity Provider Entity ID value to match your baseurl + /oauth2/token
in Identity Providers -> resident -> Inbound Authentication Configuration-> OAuth2/OpenID Connect Configuration
update the Identity Provider Entity ID value to match your baseurl + /oauth2/token
Thanks for posting the solution @shaouari. We will get this added to the docs
Describe the issue: I started WSO2 IS on port 9500 and followed the instructions on this page. I replaced
"baseUrl": "https://localhost:9443"
with"baseUrl": "https://localhost:9500"
and I got redirected to the Issuer Claim Validation Error page on login.Note: When I start on 9443 I am able to login properly.
How to reproduce:
"baseUrl": "https://localhost:9443"
with"baseUrl": "https://localhost:9500"
Expected behavior: Successful login
Environment information: