Services restart issue #1035
Unanswered
darshanllakhwani
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all ,
we are using this 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.
Beta Was this translation helpful? Give feedback.
All reactions