OAuth2 Configuration¶
Once you have the required values from your OAuth provider, follow these steps to configure OAuth SSO for the portal.
Step 1: SSH into Privacera Instance¶
SSH into the instance where Privacera is installed.
Step 2: Navigate to the Privacera Manager Directory¶
Bash | |
---|---|
Step 3: Copy the sample OAuth configuration file to the custom configuration directoryor¶
if the file vars.okta.yml
already exists, compare and add any new or updated properties from the sample file:
Bash | |
---|---|
If the file does not exist, copy the sample configuration file: vars.portal.oauth.yml
Bash | |
---|---|
Note
If config/custom-vars/vars.okta.yml
already exists, manually check and merge any new properties from: config/sample-vars/vars.portal.oauth.yml
Step 4: Edit the configuration file:¶
Bash | |
---|---|
Update the required fields in the configuration file. The following properties are required for OAuth configuration:
Example Configrations¶
OAuth configuration properties
Step 5: Save and close the file.¶
Deploying the Service¶
Step 1 - Setup which generates the helm charts. This step usually takes few minutes.
Step 2 - Apply the Privacera Manager helm charts. Step 3 - Post-installation step which generates Plugin tar ball, updates Route 53 DNS and so on.-
Prev
-
Next