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

Solidus OAuth endpoint #18

Closed
DanielePalombo opened this issue Apr 11, 2022 · 2 comments
Closed

Solidus OAuth endpoint #18

DanielePalombo opened this issue Apr 11, 2022 · 2 comments
Assignees
Milestone

Comments

@DanielePalombo
Copy link
Contributor

DanielePalombo commented Apr 11, 2022

This endpoint should receive the authorizationCode and scope retrieved by embedded component, and using the oauth/token service It should retrieve the id_token and access_token

Using a Specific Bolt OmniAuth Strategy the access_token will be stored in the user session after the SSO login process.

@DanielePalombo DanielePalombo changed the title Solidus OAuth enpoint Solidus OAuth endpoint Apr 11, 2022
@Naokimi Naokimi assigned Naokimi and unassigned Naokimi Apr 21, 2022
@DanielePalombo
Copy link
Contributor Author

TBD: Consider to use the Oauth - Omniauth extension or to create a custom Bolt account entity.

@DanielePalombo
Copy link
Contributor Author

DanielePalombo commented May 7, 2022

After some consideration, we preferred to avoid making a specific API endpoint in favor of OmniAuth Strategy that is more standard and that can be used on other rails projects.

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