Skip to content

Commit

Permalink
Merge pull request #162 from brionmario/fix-rp-iframe-passive-auth
Browse files Browse the repository at this point in the history
Fix RPIframe incorrect response mode param
  • Loading branch information
brionmario authored Jan 18, 2024
2 parents b3c2ba2 + 5ccd016 commit c9984be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/helpers/session-management-helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export const SessionManagementHelper = (() => {

const promptNoneURL: string = await _getAuthorizationURL({
prompt: "none",
responseMode: "query",
response_mode: "query",
state: STATE
});

Expand Down

0 comments on commit c9984be

Please sign in to comment.