ollysamm / project-3

1 stars 1 forks source link

Okta Authentication #43

Open ashx3s opened 1 year ago

ashx3s commented 1 year ago

Context

Holmetrics uses Okta for authentication. We will need this to work for users to engage with Wendy. this is primarily a security concern to make sure that unauthorized users can't access Wendy

Definition of Done

ollysamm commented 1 year ago

I found this tutorial quite helpful, and it seems to align closely with the Holmetrics codebase they shared with us.

I believe we need the SAML certificate to finish the connection to GoodData using Okta. Believe a lot of these settings are in the dotenv file. Will need to ask Konstantin upon his return.


Specifically we need: entryPoint (Identity Provider Single Sign-On URL) - OKTA_URL and RELAY_STATE_URL in dotenv file

ollysamm commented 1 year ago

We will not be continuing with Okta, as we will use the API Key for the POC.

Should we start setting up additional organizations and user access levels/roles etc, let's revisit integration with Okta then.