0

Please or Register to create posts and topics.

How to catch Signed In Even

Hi, how I do catch a successful login?

Hi,

You'll have to do that with IdentityServer by implementing an IEventSink.

See the official doc here: http://docs.identityserver.io/en/latest/topics/events.html

Also this thread will be useful: https://github.com/IdentityServer/IdentityServer4/issues/3064

Regards,
Eben Monney