Skip to content

Fliplet/fliplet-widget-sso-saml2

Repository files navigation

Fliplet SSO SAML2 App Component

Fliplet.Widget.get('com.fliplet.sso.saml2')
  .authorize({ foo: 'bar' })
  .then(function onAuthorized() {
    // all good
  })
  .catch(function onError(err) {
    // woop woop
  })

To test out the integration, follow the instructions here

The frontend for this component is found at https://github.com/Fliplet/fliplet-widget-login-saml2