Skip to content

Comments

[WIP] Add saml auth toggle for users#223

Draft
dwelch-r7 wants to merge 1 commit intomasterfrom
enable-saml-auth-users
Draft

[WIP] Add saml auth toggle for users#223
dwelch-r7 wants to merge 1 commit intomasterfrom
enable-saml-auth-users

Conversation

@dwelch-r7
Copy link
Contributor

Add saml auth toggle for users

@@ -0,0 +1,5 @@
class AddSamlStatusToUser < ActiveRecord::Migration[7.0]
def change
add_column :users, :saml_enabled, :boolean, null: false, default: false
Copy link
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
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

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