pantheon-systems / wp-saml-auth

Rock-solid SAML authentication for WordPress built on a modern foundation.
https://wordpress.org/plugins/wp-saml-auth/
89 stars 43 forks source link

Default Role Adjustment #364

Open adamrpostjr opened 11 months ago

adamrpostjr commented 11 months ago

Currently, it defaults the default role to what WordPress has set. It would be nice to have an option to set default role for SSO.

jazzsequence commented 11 months ago

You mean like this and the wp_saml_auth_option filter?

adamrpostjr commented 11 months ago

yes!

It would be advantageous to incorporate an option within the plugin settings that allows users to choose whether to synchronize it with WordPress settings or operate independently.

Consider the scenario where an individual oversees multiple websites and seeks a swift login solution for efficient management. With the implemented Single Sign-On (SSO) feature, they, or a designated team member, can seamlessly access and assume administrative privileges across all sites without delay or the need to modify end user settings.

ps. I opened these issues with intention to work on them myself -- trying to find time.