Skip to content

Commit f80ead2

Browse files
Merge pull request #268539 from RyanHill-MSFT/issues/120549-github-identityprovider
(AzureCXP) GitHub identity provider
2 parents 0fc206b + 8016555 commit f80ead2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/app-service/configure-authentication-customize-sign-in-out.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ The token format varies slightly according to the provider. See the following ta
6262
| `twitter` | `{"access_token":"<access_token>", "access_token_secret":"<access_token_secret>"}` | |
6363
| | | |
6464

65+
> [!NOTE]
66+
> The GitHub provider for App Service authentication does not support customized sign-in and sign-out.
67+
6568
If the provider token is validated successfully, the API returns with an `authenticationToken` in the response body, which is your session token.
6669

6770
```json

0 commit comments

Comments
 (0)