Files
xen-orchestra/packages/xo-server-auth-saml/README.md

39 lines
1.2 KiB
Markdown
Raw Normal View History

<!-- DO NOT EDIT MANUALLY, THIS FILE HAS BEEN GENERATED -->
2020-06-01 14:41:52 +02:00
# xo-server-auth-saml
2015-04-15 17:38:10 +02:00
2015-08-28 16:16:32 +02:00
> SAML authentication plugin for XO-Server
2015-04-15 17:38:10 +02:00
## Usage
2015-04-15 17:38:10 +02:00
This plugin allows SAML users to authenticate to Xen-Orchestra.
The first time a user signs in, XO will create a new XO user with the
same identifier.
2015-08-28 16:16:32 +02:00
> This plugin is based on [passport-saml](https://github.com/bergie/passport-saml),
> see [its documentation](https://github.com/bergie/passport-saml#configure-strategy)
> for more information about the configuration.
Like all other xo-server plugins, it can be configured directly via
2017-02-27 15:29:36 +01:00
the web interface, see [the plugin documentation](https://xen-orchestra.com/docs/plugins.html).
2015-04-15 17:38:10 +02:00
> Important: When registering your instance to your identity provider,
> you must configure its callback URL to
> `http://xo.company.net/signin/saml/callback`!
2015-04-15 17:38:10 +02:00
## Contributions
Contributions are _very_ welcomed, either on the documentation or on
2015-04-15 17:38:10 +02:00
the code.
You may:
- report any [issue](https://github.com/vatesfr/xen-orchestra/issues)
2015-04-15 17:38:10 +02:00
you've encountered;
- fork and create a pull request.
## License
2020-05-28 21:24:20 +02:00
[AGPL-3.0-or-later](https://spdx.org/licenses/AGPL-3.0-or-later) © [Vates SAS](https://vates.fr)