Replies: 1 comment
-
iframe based SSO is deemed insecure, hence the default settings and there are no plans to deviate from that; one should rather aim to handle authentication at the toplevel |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We're using mod_auth_openidc to protect different web applications in a single Apache VirtualHost; each application is published with a specific context-root and requires (through Require directive) a specific claim value in "id_token" in order to authorize the access.
Some of the webapps use iframes / framesets where other applications are loaded, so a solid SSO mechanisms between applications is required.
We're trying to implement a smooth SSO flow through the iframes, but we are facing 2 main issues:
mod_auth_openidc/auth_openidc.conf
Line 929 in 109c841
Is there a way to specifiy the iframe/frame auto-detection mechanism override for OIDCUnAutzAction like we did for the OIDCUnAuthAction?
If not already, can this possibility be added to the OIDCUnAutzAction too?
Beta Was this translation helpful? Give feedback.
All reactions