Skip to content

Commit 16bdab7

Browse files
committed
Fix hybrid
1 parent 06ba156 commit 16bdab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ oauth2c https://oauth2c.us.authz.cloudentity.io/oauth2c/demo \
112112

113113
#### Hybrid
114114

115-
To use the OAuth2 hybrid flow to obtain an authorization code and an ID token, the client first sends an authorization request to the OAuth2 provider. The request should include the client's ID, the desired response types.
115+
To use the OAuth2 hybrid flow to obtain an authorization code and an ID token, the client first sends an authorization request to the OAuth2 provider. The request should include the code and id_token response types.
116116

117117
The OAuth2 provider will then return an authorization code and an ID token to the client, either in the response body or as fragment parameters in the redirect URL, depending on the response mode specified in the request. The client can then use the authorization code to obtain an access token by sending a token request to the OAuth2 provider.
118118

0 commit comments

Comments
 (0)