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
Copy file name to clipboardExpand all lines: doc/README.md
-8Lines changed: 0 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,6 @@ in the [example directory](../example).
44
44
|`BACKEND_MODULES`| string[]|`[openid_connect_backend.yaml, saml2_backend.yaml]`| list of plugin configuration file paths, describing enabled backends |
45
45
|`FRONTEND_MODULES`| string[]|`[saml2_frontend.yaml, openid_connect_frontend.yaml]`| list of plugin configuration file paths, describing enabled frontends |
46
46
|`MICRO_SERVICES`| string[]|`[statistics_service.yaml]`| list of plugin configuration file paths, describing enabled microservices |
47
-
|`USER_ID_HASH_SALT`| string |`61a89d2db0b9e1e2`|**DEPRECATED - use the hasher micro-service** salt used when creating the persistent user identifier, will be overridden by the environment variable `SATOSA_USER_ID_HASH_SALT` if it is set |
48
47
|`LOGGING`| dict | see [Python logging.conf](https://docs.python.org/3/library/logging.config.html)| optional configuration of application logging |
49
48
50
49
@@ -120,13 +119,6 @@ linking, the `user_id_to_attr` configuration parameter should be set, since that
120
119
service will overwrite the subject identifier generated by the proxy.
121
120
122
121
123
-
### hash **DEPRECATED - use the hasher micro-service**
124
-
The proxy can hash any attribute value (e.g., for obfuscation) before passing
125
-
it on to the client. The `hash` key should contain a list of all attribute names
126
-
for which the corresponding attribute values should be hashed before being
127
-
returned to the client.
128
-
129
-
130
122
## Plugins
131
123
The authentication protocol specific communication is handled by different plugins,
132
124
divided into frontends (receiving requests from clients) and backends (sending requests
0 commit comments