soteria
soteria copied to clipboard
@OpenIdProviderMetadata/jwksURI should accept EL
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"
//...