add oidc issuer to Azure auth provider doc (#1135)

* add oidc issuer to Azure auth provider doc

* updated versioned doc
This commit is contained in:
Weinong Wang 2021-04-27 10:59:02 -07:00 committed by GitHub
parent d6de11aa98
commit f9de0e840c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -83,6 +83,7 @@ Note: The user is checked against the group members list on initial authenticati
--provider=azure
--client-id=<application ID from step 3>
--client-secret=<value from step 6>
--oidc-issuer-url=https://sts.windows.net/{tenant-id}/
```
Note: When using the Azure Auth provider with nginx and the cookie session store you may find the cookie is too large and doesn't get passed through correctly. Increasing the proxy_buffer_size in nginx or implementing the [redis session storage](sessions.md#redis-storage) should resolve this.

View File

@ -83,6 +83,7 @@ Note: The user is checked against the group members list on initial authenticati
--provider=azure
--client-id=<application ID from step 3>
--client-secret=<value from step 6>
--oidc-issuer-url=https://sts.windows.net/{tenant-id}/
```
Note: When using the Azure Auth provider with nginx and the cookie session store you may find the cookie is too large and doesn't get passed through correctly. Increasing the proxy_buffer_size in nginx or implementing the [redis session storage](sessions.md#redis-storage) should resolve this.