Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fliplet/fliplet-widget-sso-saml2

Fliplet SAML2 SSO App Component
https://github.com/fliplet/fliplet-widget-sso-saml2

Last synced: about 5 hours ago
JSON representation

Fliplet SAML2 SSO App Component

Awesome Lists containing this project

README

        

# Fliplet SSO SAML2 App Component

```js
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](https://github.com/Fliplet/fliplet-widget-login-saml2/blob/master/README.md)

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