Service restart issue #145
darshanllakhwani
started this conversation in
General
Replies: 1 comment
-
@skoruba any comment on above ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
Beta Was this translation helpful? Give feedback.
All reactions