Hi @perarnborg, thanks for this great package.
In my application, I would like the user to explicitly click on a login button when s/he tries to access a private page, instead of redirecting the browser directly to the OIDC login.
For example, let's say I have one route:
If the user is not logged in and tries to access '/private-page', I want him/her to be redirected to a page where, for example, a message "You must login to access this page" is returned. Then when the user explicetely clicks on a Login button, the login is process started. Is it possible to do that?
Hi @perarnborg, thanks for this great package. In my application, I would like the user to explicitly click on a login button when s/he tries to access a private page, instead of redirecting the browser directly to the OIDC login. For example, let's say I have one route:
If the user is not logged in and tries to access '/private-page', I want him/her to be redirected to a page where, for example, a message "You must login to access this page" is returned. Then when the user explicetely clicks on a Login button, the login is process started. Is it possible to do that?