Skip to content

Update auth assertion callback URL for V2#347

Merged
brionmario merged 2 commits intoasgardeo:mainfrom
thiva-k:fix-authz-post
Feb 5, 2026
Merged

Update auth assertion callback URL for V2#347
brionmario merged 2 commits intoasgardeo:mainfrom
thiva-k:fix-authz-post

Conversation

@thiva-k
Copy link
Contributor

@thiva-k thiva-k commented Feb 5, 2026

This pull request updates the OAuth2 flow integration to use the /oauth2/auth/callback endpoint instead of /oauth2/authorize for completing embedded authentication flows. This change ensures consistency across the codebase and aligns with the updated backend API.

OAuth2 Endpoint Update:

  • Changed the endpoint used for completing the OAuth2 flow from /oauth2/authorize to /oauth2/auth/callback in both the embedded sign-in and sign-up flow implementations (executeEmbeddedSignInFlowV2.ts, executeEmbeddedSignUpFlowV2.ts). [1] [2]
  • Updated the documentation comment in the EmbeddedFlowExecuteRequestConfig interface to reflect the new endpoint (embedded-flow-v2.ts).
  • Updated the comment in the SignIn component to reference /oauth2/auth/callback instead of /oauth2/authorize (SignIn.tsx).

Related Issue:

@asgardeo-github-bot
Copy link

🦋 Changeset detected

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

@brionmario brionmario merged commit a531bd0 into asgardeo:main Feb 5, 2026
3 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants