mirror of
https://github.com/zitadel/zitadel
synced 2024-11-22 00:39:36 +00:00
docs: add phone scope to docs (#8174)
# Which Problems Are Solved It is not clear that the phone number can be requested in a separat oidc scope # How the Problems Are Solved Added the phone scope to the scope documentation
This commit is contained in:
parent
3635320ce8
commit
11bdce5b53
@ -8,11 +8,12 @@ ZITADEL supports the usage of scopes as way of requesting information from the I
|
||||
## Standard Scopes
|
||||
|
||||
| Scopes | Description |
|
||||
| :------------- | ------------------------------------------------------------------------------ |
|
||||
|:---------------|--------------------------------------------------------------------------------|
|
||||
| openid | When using openid connect this is a mandatory scope |
|
||||
| profile | Optional scope to request the profile of the subject |
|
||||
| email | Optional scope to request the email of the subject |
|
||||
| address | Optional scope to request the address of the subject |
|
||||
| phone | Optional scope to request the phone of the subject |
|
||||
| offline_access | Optional scope to request a refresh_token (only possible when using code flow) |
|
||||
|
||||
## Custom Scopes
|
||||
|
Loading…
Reference in New Issue
Block a user