IdentityPython / SATOSA

Proxy translating between different authentication protocols (SAML2, OpenID Connect and OAuth2)
https://idpy.org
Apache License 2.0
197 stars 121 forks source link

Fix `sub_mirror_public` documentation #458

Open jonathanperret opened 5 months ago

jonathanperret commented 5 months ago

Problem

The documentation in README.md says that the sub_mirror_subject configuration option for the OIDC frontend will cause the backend's sub to be reflected to the client. But the option is actually called sub_mirror_public in the code. Setting sub_mirror_subject has no effect.

Solution

Fix the option name in README.md.