You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
org.glassfish.soteria.mechanisms.openid.controller.ConfigurationController#buildConfig does evaluate extraParameters but it does not evaluate extraParametersExpression.
The Jakarte EE 10 documentation of OpenIdAuthenticationMechanismDefinition does not mention the result type of the EL in extraParametersExpression attribute. I'm not sure if the EL should return a String array or a String where the name=value pairs are separated by a comma (or something similar).
The text was updated successfully, but these errors were encountered:
org.glassfish.soteria.mechanisms.openid.controller.ConfigurationController#buildConfig
does evaluateextraParameters
but it does not evaluateextraParametersExpression
.The Jakarte EE 10 documentation of
OpenIdAuthenticationMechanismDefinition
does not mention the result type of the EL inextraParametersExpression
attribute. I'm not sure if the EL should return a String array or a String where the name=value pairs are separated by a comma (or something similar).The text was updated successfully, but these errors were encountered: