When the running JWTClaimsRegistry with iss=iss_claim_request the validate() if the iss in the request has a trailing slash and the jwt iss does not (Or vice versa) the validation fails.
This should not fail as they are the same issuer, one with a trailing slash one without.
Examples of both of these can be found if you do auth0 oidc (which requires a trailing slash) or entra oidc 2.0 which requires no trailing slash.
When the running
JWTClaimsRegistrywithiss=iss_claim_requestthevalidate()if the iss in the request has a trailing slash and the jwt iss does not (Or vice versa) the validation fails.This should not fail as they are the same issuer, one with a trailing slash one without.
Examples of both of these can be found if you do auth0 oidc (which requires a trailing slash) or entra oidc 2.0 which requires no trailing slash.