Replies: 1 comment 2 replies
-
|
Are you using any of |
Beta Was this translation helpful? Give feedback.
2 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.
-
Has anyone seen anything with use of mod_auth_openidc where a page fragment is spontaneously added to the URL?
i.e. ie access https://somesite/resource
and the auth redirects after flow with location: back to https://somesite/resource
but then the browser ends up on https://somesite/resource#
I even tested accessing a text/plain URL, just in case there was some weird javascript thing going on - no change. It still does it. It's like chrome is reacting to something in the redirect process.
I'm ONLY seeing it on the pages after I've switched to mod_auth_openidc, and only on Chrome. I do not see it on FF.
Anyone seen anything like this before?
Beta Was this translation helpful? Give feedback.
All reactions