AxeWP / wp-graphql-headless-login

A WordPress plugin that provides Headless login and authentication for WPGraphQL, supporting traditional passwords, OAuth2/OpenID Connect, JWT, and more.
GNU General Public License v3.0
72 stars 11 forks source link

Add SAML support #7

Open justlevine opened 1 year ago

justlevine commented 1 year ago

What problem does this address?

SAML is a popular authentication method - especially in the enterprise space. We should support it.

What is your proposed solution?

Create a new ProviderConfig that implements onelogin/php-saml.

What alternatives have you considered?

There are a few other SAML libraries for PHP, but onelogin's is by far the standard.

Additional Context

No response