Skip to content

SSO login not working #4208

Description

@tlancina

Looks like there was a small regression in 3bcb330, since the SSO params are already URL encoded by querystring.stringify:

const authorizationUrl = `${this.authorizationUrl}?${qs.stringify(authorizationParams)}`;
they are getting doubly encoded which is breaking SSO login.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions