Skip to content

Add sso auth toggle for users#223

Merged
adfoster-r7 merged 2 commits intomasterfrom
enable-saml-auth-users
Mar 5, 2026
Merged

Add sso auth toggle for users#223
adfoster-r7 merged 2 commits intomasterfrom
enable-saml-auth-users

Conversation

@dwelch-r7
Copy link
Copy Markdown
Contributor

@dwelch-r7 dwelch-r7 commented Feb 4, 2026

Add sso auth toggle for users

Related to https://github.com/rapid7/pro/pull/4400

@@ -0,0 +1,5 @@
class AddSamlStatusToUser < ActiveRecord::Migration[7.0]
def change
add_column :users, :saml_enabled, :boolean, null: false, default: false
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll wait for the other PRs to wrap up, but I'm thinking we wouldn't want to couple this name to a specific auth implementation if in the future there's other ways to provide external auth.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed, I realised that part way through working on the pro side of things, started calling non-saml specific stuff sso if that sounds reasonable to you

@dwelch-r7 dwelch-r7 marked this pull request as ready for review March 4, 2026 15:59
@dwelch-r7 dwelch-r7 changed the title [WIP] Add saml auth toggle for users Add saml auth toggle for users Mar 4, 2026
@dwelch-r7 dwelch-r7 changed the title Add saml auth toggle for users Add sso auth toggle for users Mar 4, 2026
@adfoster-r7 adfoster-r7 merged commit 91d8492 into master Mar 5, 2026
41 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants