Skip to content

Commit c918f40

Browse files
committed
change the reference link
1 parent a5cd954 commit c918f40

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -118,16 +118,16 @@ Here is the updated table where each key in the JSON (`identifier`, `username`,
118118

119119
## SAML
120120

121-
| Name | Description | Default |
122-
|----------------------------------|------------------------------------------------------------------------------------------------------------|------------------------------------|
123-
| `provider_name` | The provider name (not necessarily) | `saml` |
124-
| `attribute_statements` | The keys which the response of the user details has (id, name, email, ...) (only for OIDC) | `{}` (see below for more) |
125-
| `attribute_statements.username` | The username of the user | `["username", "name", ...]` |
126-
| `attribute_statements.email` | The email address of the user | `["email", "mail", ...]` |
127-
| `attribute_statements.firstname` | The first name of the user | `["first_name", "firstname", ...]` |
128-
| `attribute_statements.lastname` | The last name of the user | `["last_name", "lastname", ...]` |
129-
| `settings` | The settings to configure the saml response/requests (see https://github.com/SAML-Toolkits/ruby-saml) | `{}` |
130-
| `response_settings` | The response settings to disable some checks if you want (see https://github.com/SAML-Toolkits/ruby-saml) | `{}` |
131-
| `metadata_url` | The metadata url to fetch the metadatas (replacement for `settings`) | **(no default specified)** |
121+
| Name | Description | Default |
122+
|----------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------|
123+
| `provider_name` | The provider name (not necessarily) | `saml` |
124+
| `attribute_statements` | The keys which the response of the user details has (id, name, email, ...) (only for OIDC) | `{}` (see below for more) |
125+
| `attribute_statements.username` | The username of the user | `["username", "name", ...]` |
126+
| `attribute_statements.email` | The email address of the user | `["email", "mail", ...]` |
127+
| `attribute_statements.firstname` | The first name of the user | `["first_name", "firstname", ...]` |
128+
| `attribute_statements.lastname` | The last name of the user | `["last_name", "lastname", ...]` |
129+
| `settings` | The settings to configure the saml response/requests (see [SAML-Toolkits#L200](https://github.com/SAML-Toolkits/ruby-saml/blob/master/README.md?plain=1#L200)) | `{}` |
130+
| `response_settings` | The response settings to disable some checks if you want (see [SAML-Toolkits#L234](https://github.com/SAML-Toolkits/ruby-saml/blob/master/README.md?plain=1#L234)) | `{}` |
131+
| `metadata_url` | The metadata url to fetch the metadatas (replacement for `settings`) | **(no default specified)** |
132132

133133

0 commit comments

Comments
 (0)