DocSpace-client/common/ASC.SsoAuth/README.md

26 lines
555 B
Markdown
Raw Normal View History

2021-05-31 08:35:42 +00:00
# ASC Single Sign-On handler
ASC Single Sign-On handler to use with [portal "/ssologin.ashx" handler](https://github.com/ONLYOFFICE/portals/blob/develop/web/studio/ASC.Web.Studio/HttpHandlers/SsoHandler.cs) - sso authentication provider for portal access.
### Installation and usage
```bash
$ npm install
$ npm start
```
### Integrations
+ [OneLogin](https://www.onelogin.com/)
+ [Shibboleth](http://shibboleth.net/)
### License
[GNU GPL V3](LICENSE)
### Note
Based on [samlify](https://samlify.js.org) by [Tony Ngan](https://github.com/tngan)