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

JSF sample app #49

Open
jan-tosovsky-cz opened this issue Jun 4, 2021 · 0 comments
Open

JSF sample app #49

jan-tosovsky-cz opened this issue Jun 4, 2021 · 0 comments

Comments

@jan-tosovsky-cz
Copy link

I am trying to incorporate this OIDC library to my JSF app, but I am failing to translate this code:
<c:redirect url="${requestScope['org.bsworks.oidc.authEndpoints'][0].url}"/>

In JSF such redirection is done usually in controller (bean), but I can't see this property in any object there.
For redirection to the login page usually filters are suggested, but I am failing to combine this approach with this library.
https://stackoverflow.com/questions/8480100/how-implement-a-login-filter-in-jsf

In sum, I would be grateful for any basic JSF sample app. At least to see if this library can be used here.

E.g. extend this simple app https://www.javatpoint.com/jsf-example

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