Skip to content

Commit

Permalink
Merge pull request MicrosoftDocs#66365 from piotrgradzinski/patch-1
Browse files Browse the repository at this point in the history
Adding default value for ClaimsEndpointAccessTokenName
  • Loading branch information
ktoliver authored Jan 8, 2021
2 parents 72a01c0 + 859646d commit a8de024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion articles/active-directory-b2c/oauth2-technical-profile.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ The technical profile also returns claims that aren't returned by the identity p
| end_session_endpoint | Yes | The URL of the end session endpoint as per RFC 6749. |
| AccessTokenResponseFormat | No | The format of the access token endpoint call. For example, Facebook requires an HTTP GET method, but the access token response is in JSON format. |
| AdditionalRequestQueryParameters | No | Additional request query parameters. For example, you may want to send additional parameters to your identity provider. You can include multiple parameters using comma delimiter. |
| ClaimsEndpointAccessTokenName | No | The name of the access token query string parameter. Some identity providers' claims endpoints support GET HTTP request. In this case, the bearer token is sent by using a query string parameter instead of the authorization header. |
| ClaimsEndpointAccessTokenName | No | The name of the access token query string parameter. Some identity providers' claims endpoints support GET HTTP request. In this case, the bearer token is sent by using a query string parameter instead of the authorization header. Default value: `access_token`. |
| ClaimsEndpointFormatName | No | The name of the format query string parameter. For example, you can set the name as `format` in this LinkedIn claims endpoint `https://api.linkedin.com/v1/people/~?format=json`. |
| ClaimsEndpointFormat | No | The value of the format query string parameter. For example, you can set the value as `json` in this LinkedIn claims endpoint `https://api.linkedin.com/v1/people/~?format=json`. |
| ProviderName | No | The name of the identity provider. |
Expand Down

0 comments on commit a8de024

Please sign in to comment.