generated from kolosovpetro/github-latex-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
80a8a80
commit 196c143
Showing
2 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
In this manuscript, we discuss the problem of secure storage and transfer of access tokens between microservices. | ||
Web browser may store access tokens both, in local storage or in cookie files. | ||
We propose a secure implementation to store and transfer auth cookies between microservices | ||
using Azure Active Directory, OpenID Connect, and ASP .NET Core. | ||
Web browsers may store access tokens both in local storage and in cookie files. | ||
We propose a secure implementation | ||
to store and transfer authentication cookies between microservices using Azure Active Directory, | ||
OpenID Connect, and ASP .NET Core. |