You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.
Now after handling a Refresh Token event, i need to refresh some external system session. To refresh external session I need a current external session id, that is provided in user Claims. Is there any way to inject this 'current' claims to the EventService?
The text was updated successfully, but these errors were encountered:
I implement some change in RaiseSuccessfulRefreshTokenRefreshEventAsync method, that will pass claims to the raised event.
There is pull request for this change: #3190
szymongaertig
pushed a commit
to szymongaertig/IdentityServer3
that referenced
this issue
Sep 4, 2016
(http://identityserver.github.io/Documentation/docsv2/configuration/events.html)
Question
I registered a EventService in this way:
Now after handling a Refresh Token event, i need to refresh some external system session. To refresh external session I need a current external session id, that is provided in user Claims. Is there any way to inject this 'current' claims to the EventService?
The text was updated successfully, but these errors were encountered: