opus icon indicating copy to clipboard operation
opus copied to clipboard

Lay the foundations for handling SSO with external applications

Open carrollgt91 opened this issue 4 years ago • 1 comments

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.

carrollgt91 avatar Mar 17 '20 18:03 carrollgt91

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.

FarrandTom avatar Mar 18 '20 16:03 FarrandTom