authorization - SAML 2.0 security token -
authorization - SAML 2.0 security token -
i have web application uses identity provider authentication in accordance saml 2.0 protocol.
does web application (service provider) have validate security token (provided idp when user log in web application) each web server request.
in opinion, there no need validate security token each server request. saml protocol requires token validation in necessary cases (authentication, authorization).
am right or od have implement token validation each web server request?
no, service provider not need validate saml assertion every request.
saml assertion contains info user, such username is, how user authenticated identity provider, , on. 1 time service provider obtains saml assertion identity provider, verifies saml assertion, , log-ins user service provider. 1 time user logged-in, user needs utilize same authenticated session access protected resource @ service provider. user not have send saml assertion.
authorization saml
Comments
Post a Comment