mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-08 11:07:40 +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
|
## Standard Scopes
|
||||||
|
|
||||||
| Scopes | Description |
|
| Scopes | Description |
|
||||||
| :------------- | ------------------------------------------------------------------------------ |
|
|:---------------|--------------------------------------------------------------------------------|
|
||||||
| openid | When using openid connect this is a mandatory scope |
|
| openid | When using openid connect this is a mandatory scope |
|
||||||
| profile | Optional scope to request the profile of the subject |
|
| profile | Optional scope to request the profile of the subject |
|
||||||
| email | Optional scope to request the email of the subject |
|
| email | Optional scope to request the email of the subject |
|
||||||
| address | Optional scope to request the address 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) |
|
| offline_access | Optional scope to request a refresh_token (only possible when using code flow) |
|
||||||
|
|
||||||
## Custom Scopes
|
## Custom Scopes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user