Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OAuth Authentication: Need to add a redirect_uri component to the frontend to get the access token using the auth code #54

Open
jupiter007 opened this issue Jun 10, 2024 · 1 comment

Comments

@jupiter007
Copy link
Collaborator

As part of OAuth2 authentication processes, once the backend with send the authentication code along with a "redirect_uri" to the third party. This redirect_uri will be called with the auth code, and the front end component will call the /token endpoint to get the access token.

@jupiter007 jupiter007 self-assigned this Jun 10, 2024
@bofstein
Copy link
Collaborator

Will need to figure out what the page looks like, likely similar to current SSO redirect to confirm information and fill out missing fields

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

No branches or pull requests

2 participants