Hi,
I am trying to configure elytron-oidc client with the internal OIDC provider at my company.
I'm using the wildfly version 26.1.1.
Looks like the issuer is not the correct match hence I'm getting invalid token error.
internal OP defines the following OIDC endpoints
Parameter Value
Authorize Endpoint FQDN/mga/sps/oauth/oauth20/authorize
Token Endpoint FQDN/mga/sps/oauth/oauth20/token
User Info Endpoint FQDN/mga/sps/oauth/oauth20/userinfo
JWKS URI FQDN/mga/sps/oauth/oauth20/jwks/COMOIDC
Discovery URI FQDN/mga/sps/oauth/oauth20/metadata/COMOIDC/.well-known/openid-configuration
Signature Algorithm (RS256 (default) or HS256) RS256
Client ID aBcDeFgHiJkLmNoPqRsTuVwXyZ
Client Secret (if confidential client) AbCdEfGhIjKlMnOpQrStUvWxYz
Why the expected issuer should match the provider url. Isn't that just the FQDN in my case?
oidc.json
your help is much appreciated.
thank you.
Ram