Reauthentication with Identity Server 3 and SAML

Clash Royale CLAN TAG#URR8PPP
Reauthentication with Identity Server 3 and SAML
I've implemented Identity Server 3 with SAML based on this example: https://github.com/Sustainsys/Saml2/tree/master/Samples/SampleIdentityServer3
Everything is working, but the SAML Identity Provider (DigiD) requires reauthentication. This is done by sending the SAML AuthnRequest again.
Does anyone know how the SAML AuthnRequest can be send again from Identity Server 3? I've tried to use refresh tokens, but this doesn't seem to trigger another SAML AuthnRequest.
1 Answer
1
There are two parts required here
I've found something similar, but it still doesn't show how I can initiate another authentication request: github.com/IdentityServer/IdentityServer3/issues/2572
– Jeroen Breuer
Sep 5 at 13:22
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
I'm trying to figure out how IdentityServer3 can iniate another authentication request, but I don't know how to to that. Any pointers?
– Jeroen Breuer
Aug 14 at 14:57