identityserver3 - Inject the same instance of support service in user service and mvc controller in Identity Server 3 -
in our system have custom user service calls out external web api information users. wep api secured our identity server.
into user service inject support service keeps access token talking user web api, , responsible renewing if has expired.
this service injected singleton using identity servers built in support dependency injection.
we're using partial login redirects controller. in controller need access user web api.
is possible setup identity servers dependency injection inject same instance of support service controller 1 injected user service?
how 1 this?
Comments
Post a Comment