Hello
When logging in with SSO with a new user, we have found that a plus sign causes an error. Is this a limitation of discourse, or is there a setting to allow it?
thanks
-Justin
Hello
When logging in with SSO with a new user, we have found that a plus sign causes an error. Is this a limitation of discourse, or is there a setting to allow it?
thanks
-Justin
Plus signs work okay in Discourse, so I guess it needs to be specially escaped while in the SSO payload. Did you try escaping the +
in any way?
Hi Rafael
no we did not encode anything. i am noticing now in the docs it says “url encode”, so we will try that
thanks