Skip to content

Commit d9014bd

Browse files
Remove identity from URL
1 parent 82238b7 commit d9014bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ https://identity.azurestaticapps.net/.auth/purge/<AUTHENTICATION_PROVIDER_NAME>
113113
To prevent the platform from providing this information on future requests to individual apps, submit a request to the following URL:
114114

115115
```url
116-
https://<WEB_APP_DOMAIN_NAME>/identity/.auth/purge/<AUTHENTICATION_PROVIDER_NAME>
116+
https://<WEB_APP_DOMAIN_NAME>/.auth/purge/<AUTHENTICATION_PROVIDER_NAME>
117117
```
118118

119119
## System folder

0 commit comments

Comments
 (0)