Skip to content
Discussion options

You must be logged in to vote

I do wonder where the difference in issuer comes from between the value in the access token and the current issuer name, especially if you've configured the issuer statically using the IssuerUri property: the DefaultIssuerNameService will immediately return if the IssuerUri has been configured, regardless of MTLS being used.

I've also checked the following scenario's:

Configuring an MTLS subdomain

If you set options.MutualTls.DomainName = "mtls";, then the issued access token will contain the original host as the iss claim value (e.g. "iss": "https://auth.example.org" (without the mtls subdomain), or will be set to the value of options.IssuerUri if it was statically configured.

Configurin…

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by dIeGoLi
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants