I have implemented WSFed authentication mixed up with Cookie based authentication.
I want to set cookie expiration time to the SAML token timeout.
Is there any Azure AD API (REST or Configuration) I can use to access SAML token timeout? One way is to read it from configuration but looking out for more generic solution.
Thanks in advance for your help