0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-11-28 09:16:49 +01:00
Commit Graph

5 Commits

Author SHA1 Message Date
Marius Andra
83c2ead0b9
fix(saml): add default azure ad attributions (#12613) 2022-11-03 20:02:13 +01:00
Michael Matloka
5d2ad6c7bb
chore(deps): Update black to 22.8.0 (#11596)
* chore(deps): Update `black` to `22.8.0`

* Format
2022-09-05 14:38:54 +02:00
Paolo D'Amico
72c1a159e9
feat(sso): Multitenant SAML (#9225)
* add saml attrs

* initiate SAML flow

* the bulk of the work is done

* JIT provisioning

* paygate & tests

* all tests 👌

* more tests? why not

* fix tests

* Update authentication.py

* fix migrations

* fix preflight tests

* remove additional validation, it's checked downstream anyways

* feat(sso): SAML frontend (#9262)

* proper saml redirection

* JIT not enabled error and clear error on login

* add saml available to precheck

* fix all

* allow logging in with SAML unenforced

* enable sso enforcement

* saml enforced column

* SAML config form

* full SAML configuration

* fix tests & refactor

* fix tests
2022-03-31 11:04:12 +02:00
Guido Iaquinti
0ef7f6a493
ci(flake8): enable unused import check (#8714) 2022-03-08 09:53:54 +01:00
Paolo D'Amico
627d493817
SAML support (#5681) 2021-08-27 07:20:49 -07:00