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.

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions