Skip to content

Implement SSO - #26

Open
thisdapo wants to merge 3 commits into
masterfrom
sso
Open

Implement SSO#26
thisdapo wants to merge 3 commits into
masterfrom
sso

Conversation

@thisdapo

@thisdapo thisdapo commented Jun 14, 2023

Copy link
Copy Markdown
Collaborator

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
Copy Markdown
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.

2 participants