yasudacloud / strapi-plugin-sso

MIT License
67 stars 48 forks source link

feat: AzureAD provider #15

Closed wp-ericdudley closed 1 year ago

wp-ericdudley commented 1 year ago

This PR adds AzureAD as a Single Sign-On (SSO) provider the plugin, allowing users to authenticate using their AzureAD application registrations. The implementation follows the same shape as the current providers.

Key features:

Testing:

wp-ericdudley commented 1 year ago

@yasudacloud Added this for my company, thought I'd see if you were open to adding more integrations to this package.

yasudacloud commented 1 year ago

@wp-ericdudley Thanks for the PR. There is nothing wrong with adding a provider. I would like to use Azure to check the operation and would appreciate a few days of your time.

yasudacloud commented 1 year ago

@wp-ericdudley Thanks for the PR. I will merge this fix and release it to npm tomorrow in version 0.2.0 after final confirmation that it works.