smartrus / react-samlify

🔐Sample samlify application with React, TypeScript and Webpack for Microsoft Azure AD SAML SSO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-samlify for Microsoft Azure AD SAML SSO

Disclaimer: This repository provide a minimal implementation for SAML based login with Azure identity provider. Therefore, it is not a production ready implementation especially the handling of storing token and user account. We try to keep this repository to be very simple and get you idea on how to integrate your current application with samlify, even though you only have basic knowledge on SAML-based implementation.

We will continue to add more common identity providers in this example repository.

Development

yarn
yarn dev

Features Completed

  • SP-init SSO, Azure IDP with (redirect/post) binding (Encrypted/Signed/Encrypted + Sign)
  • SP-init SLO, Azure IDP with (redirect/post) binding

Remarks: If SP-initiate SSO works, IDP initiate SSO works as well.

Tutorial

Coming soon ...

About

🔐Sample samlify application with React, TypeScript and Webpack for Microsoft Azure AD SAML SSO


Languages

Language:TypeScript 84.8%Language:CSS 10.4%Language:HTML 4.8%