Skip to content

Commit 498e316

Browse files
authored
Merge pull request #184844 from simonaco/patch-5
add user details and update next steps
2 parents 62acd11 + 2485e49 commit 498e316

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/static-web-apps/authentication-custom.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,19 +302,20 @@ If you are using Azure Active Directory, use `aad` as the value for the `<PROVID
302302
> [!Note]
303303
> These URLs are provided by Azure Static Web Apps to receive the response from the authentication provider, you don't need to create pages at these routes.
304304
305-
## Login, logout, and purging user details
305+
## Login, logout, and user details
306306

307307
To use a custom identity provider, use the following URL patterns.
308308

309309
| Action | Pattern |
310310
| ------------------ | ---------------------------------------- |
311311
| Login | `/.auth/login/<PROVIDER_NAME_IN_CONFIG>` |
312312
| Logout | `/.auth/logout` |
313+
| User details | `/.auth/me` |
313314
| Purge user details | `/.auth/purge/<PROVIDER_NAME_IN_CONFIG>` |
314315

315316
If you are using Azure Active Directory, use `aad` as the value for the `<PROVIDER_NAME_IN_CONFIG>` placeholder.
316317

317318
## Next steps
318319

319320
> [!div class="nextstepaction"]
320-
> [Securing authentication secrets in Azure Key Vault](./key-vault-secrets.md)
321+
> [Set user roles programmatically](./assign-roles-microsoft-graph.md)

0 commit comments

Comments
 (0)