-
Hello everyone. I am setting up OIDC authentication against an AD FS system handled by a third party.
I've noticed somebody reporting a similar problem, although apparently with SAML. Since I have little hope in having this fixed this on the AD FS side, is there a way to ignore/remove certain query parameters from the redirected call? I am not sure whether this can be achieved via processing through Apache, but I have the feeling that the authentication module might process the request before going through other modules. Thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
if it were just an additional parameter on a regular authorization response, it would just be ignored; however this does not seem to be a "normal" authorization response that contains |
Beta Was this translation helpful? Give feedback.
if it were just an additional parameter on a regular authorization response, it would just be ignored; however this does not seem to be a "normal" authorization response that contains
code
and `state parameters; please follow https://github.com/zmartzone/mod_auth_openidc/wiki/Azure-Active-Directory-Authentication