mirror of
https://github.com/openziti/zrok.git
synced 2024-12-22 14:50:55 +01:00
add clarification for google scope requirements
This commit is contained in:
parent
a686ef8da7
commit
dfaeba493f
@ -24,6 +24,12 @@ redirect_url is what we will tell the oauth providers to callback with the autho
|
|||||||
|
|
||||||
We then secure the response data within a zrok-access cookie. This is secured with the hash_key_raw. This can be any raw string.
|
We then secure the response data within a zrok-access cookie. This is secured with the hash_key_raw. This can be any raw string.
|
||||||
|
|
||||||
|
### Required Scopes:
|
||||||
|
- google
|
||||||
|
- - Need access to a user's email: ./auth/userinfo.email
|
||||||
|
|
||||||
|
### Example
|
||||||
|
|
||||||
An example config would look something like:
|
An example config would look something like:
|
||||||
```yaml
|
```yaml
|
||||||
oauth:
|
oauth:
|
||||||
|
Loading…
Reference in New Issue
Block a user