mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
Update development documentation for SSO testing (#1161)
This commit is contained in:
parent
122895bd08
commit
5ad1ad1ffd
@ -184,7 +184,7 @@ File path to a file that contains the password to use when connecting to the MyS
|
||||
|
||||
```
|
||||
mysql:
|
||||
password_path: '/run/secrets/fleetdm-mysql-password
|
||||
password_path: '/run/secrets/fleetdm-mysql-password'
|
||||
```
|
||||
|
||||
##### `mysql_tls_ca`
|
||||
|
@ -305,20 +305,14 @@ Issuer URI: http://localhost:8080/simplesaml/saml2/idp/SSOService.php
|
||||
Metadata URL: http://localhost:9080/simplesaml/saml2/idp/metadata.php
|
||||
```
|
||||
|
||||
The identity provider is configured with 2 users:
|
||||
The identity provider is configured with one user:
|
||||
|
||||
```
|
||||
Username: user1
|
||||
Email: user1@example.com
|
||||
Password: user1pass
|
||||
```
|
||||
|
||||
and
|
||||
|
||||
```
|
||||
Username: user2
|
||||
Email: user2@example.com
|
||||
Password: user2pass
|
||||
Username: sso_user
|
||||
Email: sso_user@example.com
|
||||
Password: user123#
|
||||
```
|
||||
|
||||
Use the Fleet UI to invite one of these users with the associated email. Be sure the "Enable Single Sign On" box is checked for that user. Now after accepting the invitation, you should be able to log in as that user by clicking "Sign On with SimpleSAML" on the login page.
|
||||
|
||||
To add additional users, modify [tools/saml/users.php](../../tools/saml/users.php) and restart the `simplesaml` container.
|
||||
|
Loading…
Reference in New Issue
Block a user