fix: store oidc redirect_uri in session for parity

This commit is contained in:
Aarnav Tale
2025-01-18 08:18:19 +00:00
parent 0f92f09796
commit bd11453593
3 changed files with 9 additions and 1 deletions
+1
View File
@@ -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;