Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fliplet/fliplet-widget-sso-saml2
- Owner: Fliplet
- Created: 2017-07-18T10:21:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-22T12:14:34.000Z (7 months ago)
- Last Synced: 2024-04-22T13:02:35.318Z (7 months ago)
- Language: JavaScript
- Size: 85.9 KB
- Stars: 0
- Watchers: 6
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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