Replies: 3 comments
-
Hello, Currently, SimpleIdServer is using regular expressions to check the "Redirection URL." In the meantime, I have created a new ticket, #622, to support case-sensitive redirection URLs. Kind regards, SID |
Beta Was this translation helpful? Give feedback.
0 replies
-
Great news! |
Beta Was this translation helpful? Give feedback.
0 replies
-
The support of case sensitive redirect_url is available in the branch |
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
-
Hello,
It seems that the validator of the authorization request is case-sensitive against the db client-allowed return URL.
For the IIS virtual apps there is a problem because if a user types the url of the Client App in the browser, identity model will auto-populate the return url in the authorized request using this url.
Example
SID handles https://iis/sid.admin deferred from the https://iis/sid.Admin
"error": "invalid_request",
"error_description": "redirect_uri https://iis/sid.Admin/signin-oidc is not correct",
Is there any workaround?
Beta Was this translation helpful? Give feedback.
All reactions