Skip to content

Commit

Permalink
Update the documentation of SAML 2.0 authentication (#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
denis99999 authored Jun 15, 2023
1 parent b037a10 commit c24d24b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/DEPLOYMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ This is one of the multiple options for authentication provided by STF. It uses

This is a template unit, meaning that you'll need to start it with an instance identifier. In this example configuration the identifier is used to specify the exposed port number (i.e. `[email protected]` runs on port 3200). You can have multiple instances running on the same host by using different ports.

**NOTE:** Don't forget to change the `--auth-url` option in the `stf-app` unit. For SAML 2.0, the value should be `https://stf.example.org/auth/saml/`.
**NOTE:** Don't forget to change the `--auth-url` option in the `stf-app` unit. For SAML 2.0, the value should be `https://stf.example.org/auth/saml/`. Regarding the Service Provider (SP) Metadata, it can be accessed via the path `/auth/saml/metadata`, so for instance using the URL `https://stf.example.org/auth/saml/metadata`.

```ini
[Unit]
Expand Down

0 comments on commit c24d24b

Please sign in to comment.