From 11bdce5b53c68b31ed4b677927fb45e56925f322 Mon Sep 17 00:00:00 2001 From: Fabi Date: Fri, 21 Jun 2024 16:19:21 +0200 Subject: [PATCH] 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 --- docs/docs/apis/openidoauth/scopes.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docs/apis/openidoauth/scopes.md b/docs/docs/apis/openidoauth/scopes.md index 1cd01a2a7a..a43f18b2f9 100644 --- a/docs/docs/apis/openidoauth/scopes.md +++ b/docs/docs/apis/openidoauth/scopes.md @@ -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