Skip to content

Commit 20fd16d

Browse files
committed
add oidc flow details
1 parent 6c73a22 commit 20fd16d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/content/docs/cloudflare-one/applications/configure-apps/saas-apps/generic-oidc-saas.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,10 @@ Cloudflare allows various `response_type` values in the authorization request de
126126
| -------------- | -- | -- | -- |
127127
| `code` ||||
128128
| `id_token` ||||
129-
| `token` ||||
129+
| `token` ||||
130+
131+
To include `id_token` in the authorization request, turn on **Return ID Token from Authorization Endpoint**. To include `token`, turn on **Return Access Token from Authorization Endpoint**
132+
133+
:::note
134+
[Refresh tokens](#access-token-lifetime) are not supported with Hybrid or Implicit flows.
135+
:::

0 commit comments

Comments
 (0)