Merge pull request #24990 from backstage/freben/no-env

correct the oauth2-proxy docs - should have no env
This commit is contained in:
Fredrik Adelöw
2024-05-30 16:35:49 +02:00
committed by GitHub
+6 -7
View File
@@ -23,13 +23,12 @@ auth:
environment: development
providers:
oauth2Proxy:
development:
signIn:
resolvers:
# typically you would pick one of these
- resolver: emailMatchingUserEntityProfileEmail
- resolver: emailLocalPartMatchingUserEntityName
- resolver: forwardedUserMatchingUserEntityName
signIn:
resolvers:
# typically you would pick one of these
- resolver: emailMatchingUserEntityProfileEmail
- resolver: emailLocalPartMatchingUserEntityName
- resolver: forwardedUserMatchingUserEntityName
```
### Resolvers