Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add OpenId test for deferred expression #223

Open
OndroMih opened this issue Apr 1, 2022 · 0 comments
Open

Add OpenId test for deferred expression #223

OndroMih opened this issue Apr 1, 2022 · 0 comments

Comments

@OndroMih
Copy link
Contributor

OndroMih commented Apr 1, 2022

According to the specification, deferred expression is supported everywhere, where an EL is supported.

The test can be a copy of https://github.com/jakartaee/security/blob/master/tck/app-openid/src/main/java/ee/jakarta/tck/security/test/client/defaulttests/SecuredServletWithEL.java but use a deferred expession.

For example, a user can choose which provider to use to authenticate. In that case, a deferred EL should be used for configuration values related to OpenID Provider, such as providerURI, clientId, clientSecret, in order to choose the provider configuration based on user's decision.

If deferred expressions don't make sense (for example in useSession attribute), the javadoc should clarify that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant