login forms and mod_auth_openidc #587
Unanswered
El-Ingenier0
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have several Apache/Perl CGI sites I need to move to OIDC. My employer supplied ForgeRock install only offers username/password authentication via a REST service. That means I need to send my unauthenticated user to a login form and authenticate the user, which I can do without issues.
Where I am stuck is figuring out how to get the authenticated user into the website. Simply sending the user agent a 302 redirect to the application landing page with the token_id cookie from ForgeRock does not work. And I know that mod_auth_openidc needs to know what the token id is, and that the user agent isn't supposed to know the token id value.
Beta Was this translation helpful? Give feedback.
All reactions