We are using a .net mvc application which uses SAML 2.0 SSO login to authenticate user to the application and it's working fine. Now we need an access token on behalf of the authenticated user to access Microsoft graph api ( access to share point ). I am new to SAML 2.0 and wondering if we can use the assertion received as SAML response to SSO login to get an access token.
Thanks in advance!!