Replies: 1 comment 6 replies
-
that's the default behavior, just protect |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
To present my scenario:
https://myapp.com/login
https://myapp.com/content
My OIDCRedirectURI is pointing
https://myapp.com/login
for authentication. ( Meaning:https://myapp.com/login
--> OIDC Provider for authentication --> successful authentication ).Now, I would like my user to land into
https://myapp.com/content
instead ofhttps://myapp.com/login
after successful authentication. Is that possible?According to mod_auth_oidc documentation:
Beta Was this translation helpful? Give feedback.
All reactions