Duende.IdentityServer.Admin icon indicating copy to clipboard operation
Duende.IdentityServer.Admin copied to clipboard

Service restart issue

Open darshanllakhwani opened this issue 1 year ago • 0 comments

Discussed in https://github.com/skoruba/Duende.IdentityServer.Admin/discussions/145

Originally posted by darshanllakhwani March 3, 2023 Hi all ,

we are using old is4 admin project in our team for managing authentication.

need help with one case - where we have multiple micro-service which is protected using IS4.

now all of our services and this package is deployed under same server using IIS , now when ever our server restarts our all services also restarts and due to this we get invalid token issue in our micro-service side.

Implementations is like this -

Our Portal -> redirects to IIS login -> get valid JWT token -> redirects back to our portal-> use the same JWT token to call the api

Portal is in angular 13 Api project is in .net core 5

if anymore details is required please let us know.

darshanllakhwani avatar Apr 10 '23 16:04 darshanllakhwani