Hi, I have a requirement in which I want to know whether user login via custom login ( by entering username or password) or via SSO. Does anyone have an idea about this ?
asked
Harshit Agarwal
1 answers
0
You could retrieve the principles of the SAML requests and check if there is a SAML response for that user. If no can be found the user must have logged in using the custon login.