You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`provider_name`| The provider name (not necessarily) |`saml`|
126
+
|`attribute_statements`| The keys which the response of the user details has (id, name, email, ...) (only for OIDC) |`{}` (see below for more) |
127
+
|`attribute_statements.username`| The username of the user |`["username", "name", ...]`|
128
+
|`attribute_statements.email`| The email address of the user |`["email", "mail", ...]`|
129
+
|`attribute_statements.firstname`| The first name of the user |`["first_name", "firstname", ...]`|
130
+
|`attribute_statements.lastname`| The last name of the user |`["last_name", "lastname", ...]`|
131
+
|`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)) |`{}`|
132
+
|`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)) |`{}`|
133
+
|`metadata_url`| The metadata url to fetch the metadatas (replacement for `settings`) |**(no default specified)**|
0 commit comments