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

Lay the foundations for handling SSO with external applications #9

Open
carrollgt91 opened this issue Mar 17, 2020 · 1 comment
Open
Assignees

Comments

@carrollgt91
Copy link
Contributor

We'll need to extend the user model to store the credentials for each new SSO provider.
We'll need to ensure we're creating a session for the user after the SSO has occurred.
We'll need to integrate this with the client application.
Ideally, we'll lay foundations that will make it easier to extend the application to include additional SSO providers.

We'll treat querying data from each SSO provider as a separate task.

@FarrandTom
Copy link
Member

I'll begin working to setup the initial login form and signup form for users. Integrating that with the Front end seems straight forward enough, and that should extend the Users model with most of the correct functionality to add 3rd party SSO orgs shortly after.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants