Hello, it seems that at least Azure doesn't accept additonal query parameters anymore: the *client_name* ist just removed from the redirect url. I've found an article here <http://www.thread-safe.com/2014/05/the-correct-use-of-state-parameter-in.html> explaining the problem. So i think, the *client_name* should be changed in favour of extended *state* usage. As i understand the only allowed parameter for custom information is the
*state*Also it were heplful to support different HTTP methods for redirect responses. For Azure this is done via response_mode=form_post <https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-protocols-openid-connect-code> Regards, Gena On Thursday, May 26, 2016 at 1:19:17 PM UTC+2, leleuj wrote: > > Hi, > > Indeed, it's the behaviour of underlying pac4j library: the client_name is > always specified on the callback endpoint, to be able to use multiple > clients on the same callback url. > > Thanks. > Best regards, > Jérôme > > > 2016-05-25 13:38 GMT+02:00 Riaan Stegmann <[email protected] > <javascript:>>: > >> Hi >> >> So After my question I decided to test google as an oidc provider as >> well, and turns out my redirect URI was incorrect, or more accurately, >> incomplete. Seems that CAS appends a parameter/query string to the redirect >> URI: >> client_name=OidcClient >> Which I did not include in my provider redirect URI. This resulted in the >> error, after I changed that, I could authenticate via Google. Now I just >> need to change my provider to accept params as part of the redirect URI, >> then I can go further. >> >> Thank you >> >> -- >> You received this message because you are subscribed to the Google Groups >> "CAS Community" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected] <javascript:>. >> Visit this group at >> https://groups.google.com/a/apereo.org/group/cas-user/. >> To view this discussion on the web visit >> https://groups.google.com/a/apereo.org/d/msgid/cas-user/eed7c3e3-b644-49ee-aac2-63f33d6e5c54%40apereo.org >> >> <https://groups.google.com/a/apereo.org/d/msgid/cas-user/eed7c3e3-b644-49ee-aac2-63f33d6e5c54%40apereo.org?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/a/apereo.org/d/optout. >> > > -- - CAS gitter chatroom: https://gitter.im/apereo/cas - CAS mailing list guidelines: https://apereo.github.io/cas/Mailing-Lists.html - CAS documentation website: https://apereo.github.io/cas - CAS project website: https://github.com/apereo/cas --- You received this message because you are subscribed to the Google Groups "CAS Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/apereo.org/d/msgid/cas-user/89e65b5e-a9a2-462b-a86a-da3feb25d140%40apereo.org.
