Skip to content

Commit

Permalink
changed logout url, login / logout flow with ProConnect is working
Browse files Browse the repository at this point in the history
  • Loading branch information
enguerranws committed Sep 12, 2024
1 parent e6e054c commit 7df3a15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ export class HttpOAuthGateway implements OAuthGateway {
const uri: AbsoluteUrl =
provider === "InclusionConnect"
? `${this.inclusionConnectConfig.providerBaseUri}/logout/`
: `${this.proConnectConfig.providerBaseUri}/session/end/`;
: `${this.proConnectConfig.providerBaseUri}/session/end`;

return provider === "InclusionConnect"
? `${uri}?${queryParamsAsString<InclusionConnectLogoutQueryParams>({
Expand Down

0 comments on commit 7df3a15

Please sign in to comment.