Skip to content

Commit

Permalink
include iss to params to retreive after successfull login
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Jan 6, 2024
1 parent b1cba61 commit 82128fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/oidc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export declare namespace Oidc {
};
}

const paramsToRetrieveFromSuccessfulLogin = ["code", "state", "session_state"] as const;
const paramsToRetrieveFromSuccessfulLogin = ["code", "state", "session_state", "iss"] as const;

/** @see: https://github.com/garronej/oidc-spa#option-1-usage-without-involving-the-ui-framework */
export async function createOidc(params: {
Expand Down

0 comments on commit 82128fb

Please sign in to comment.