Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-atnos authored Dec 4, 2023
1 parent 90d4a03 commit 423a84a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,13 @@ SSO_FRONTEND_REDIRECTION=[FRONT_END_URL]

Restart your pia-back rails app.

You also need to configure your SAML SSO:
- "Identifier (Entity ID)" : https://[PIA_BACK_URL]/saml/metadata
- "Reply URL (Assertion Consumer Service URL / ACS)" : https://[PIA_BACK_URL]/saml/acs
- "Logout URL (Single Logout URL / SLO)" : https://[PIA_BACK_URL]/saml/slo

After this, you should be able to use the SSO authentication button on the homepage of the PIA tool.

## SMTP configuration
Set up the environment credentials variables using `EDITOR='nano' rails credentials:edit` :

Expand Down

0 comments on commit 423a84a

Please sign in to comment.