soteria icon indicating copy to clipboard operation
soteria copied to clipboard

@OpenIdProviderMetadata/jwksURI should accept EL

Open hantsy opened this issue 3 years ago • 0 comments

I tried to use EL in @OpenIdProviderMetadata/jwksURI, but it failed due to a failure to resolve the EL in the string.

I think all attributes in @OpenIdProviderMetadata should accept EL.

@OpenIdAuthenticationMechanismDefinition(
providerMetadata = @OpenIdProviderMetadata(
jwksURI = "https://${openIdConfig.domain}/.well-known/jwks.json"
//...

hantsy avatar Oct 02 '22 05:10 hantsy