Net Core Shared Cookie Update Claims Across Applications
What is the best approach I can do to achieve the following: I currently have an Authentication API I am using to allow other client applications to reach to login with a cookie. This cookie is being shared among other applications on the same domain such that once someone logs in to one application the cookie can work on the other apps. What I would like to achieve is the ability for one application to update claims through a manual login, have that modify the claims on the cookie, and then every other application updates its own claims when it sees the modified cookie.
Net Core Windows Authentication , Set Roles according to Group Membership, Store Roles As Claims (Maybe as cookie). Share cookie across applications
Here is what I am trying to accomplish , and maybe the mix and match isn’t working, but I have had a hard time finding a way to execute the following: