Showing results for SAML - Developer Support

Sep 20, 2019
Post comments count0
Post likes count0

Workshop Spotlight: Modern Authentication and Authorization

Developer Support
Developer Support

Building applications operating in the internet environment requires understanding of options available for performing authentication and authorization. These options include, both a variety of protocols such as OAuth2 and WS-Federation, as well as tools and toolkits such as Azure AD, AD FS and ADAL.

TeamAzureOAuth2
Aug 5, 2016
Post comments count0
Post likes count0

Single SignOn is easy, Single SignOut is not

Monu Bambroo
Monu Bambroo

In a recent post from his blog, Premier Developer Consultant Marius Rochon talks about problems with single SignOut. Single Sign In relies on the token issuer holding on to a cookie, which tells it about the user identity after the first signin. The issuer can then respond to a request for token in whatever protocol it came in (WSFed, SAML, Open...

TeamAuthenticationSAML