Skip to content

Commit 78d1ad0

Browse files
Merge pull request #247563 from cachai2/updateAuth
allow cusotm signing
2 parents 39d3482 + 37e3d9a commit 78d1ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/container-apps/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ This feature should be used with HTTPS only. Ensure `allowInsecure` is disabled
5454

5555
You can configure your container app for authentication with or without restricting access to your site content and APIs. To restrict app access only to authenticated users, set its *Restrict access* setting to **Require authentication**. To authenticate but not restrict access, set its *Restrict access* setting to **Allow unauthenticated access**.
5656

57-
Each container app issues its own unique cookie or token for authentication. A client cannot use the same cookie or token provided by one container app to authenticate with another container app, even within the same container app environment.
57+
By default, each container app issues its own unique cookie or token for authentication. You can also provide your own signing and encryption keys.
5858

5959
## Feature architecture
6060

0 commit comments

Comments
 (0)