skoruba / Duende.IdentityServer.Admin

The administration for the Duende IdentityServer and Asp.Net Core Identity ⚡
Apache License 2.0
549 stars 194 forks source link

Service restart issue #155

Open darshanllakhwani opened 1 year ago

darshanllakhwani commented 1 year ago

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.