Skip to content

Conversation

@thisdapo
Copy link
Collaborator

@thisdapo thisdapo commented Jun 14, 2023

In order to test out the SSO implementation, we can use my private AD account for testing purposes. We will switch the environment variables when we get the keys from IT.

Environment variable requirements:

export CLIENT_ID=''
export TENANT_ID=''
export CLIENT_SECRET=''
export SSO_REDIRECT_URL='http://localhost:2000/auth/openid/return'

@thisdapo thisdapo requested a review from myjyby June 14, 2023 13:15
@thisdapo
Copy link
Collaborator Author

We also need to update the user table schema:

ALTER TABLE users
ADD COLUMN createdFromSso BOOLEAN DEFAULT FALSE;

@JosuaKrause JosuaKrause mentioned this pull request Jul 5, 2023
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