Commit 338ec18
committed
feat: add associate_by_email in auth pipeline
We want to associate learners by email provided by the IdP. This would
work in the usecase when a learner already has an account and is trying
to login via SAML SSO. Right now if a learner with an existing account
would try to login via a new SAML SSO which is not associated to their
account yet, they will be prompted to enter their credentials, since the
associate_by_email_if_saml pipeline step only works if enterprise app
is enabled and a learner is an enterprise user. The client is migrating
to the new SSO, and we want the learners to not have to enter their
credentials.1 parent c7a31a1 commit 338ec18
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
| |||
0 commit comments