fix: store oidc redirect_uri in session for parity
This commit is contained in:
parent
0f92f09796
commit
bd11453593
3 changed files with 9 additions and 1 deletions
|
|
@ -5,6 +5,7 @@ export type SessionData = {
|
|||
oidc_state: string;
|
||||
oidc_code_verif: string;
|
||||
oidc_nonce: string;
|
||||
oidc_redirect_uri: string;
|
||||
agent_onboarding: boolean;
|
||||
user: {
|
||||
subject: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue