grafana/pkg/services/ldap
Misi bd7850853e
Auth: Attach external session info to Grafana session (#93849)
* initial from poc changes

* wip

* Remove public external session service

* Update swagger

* Fix merge

* Cleanup

* Add backgroud service for cleanup

* Add auth_module to user_external_session

* Add tests for token revocation functions

* Add secret migration capabilities for user_external_session fields

* Cleanup, refactor to address feedback

* Fix test
2024-10-08 11:03:29 +02:00
..
api Auth: Attach external session info to Grafana session (#93849) 2024-10-08 11:03:29 +02:00
multildap Auth: Keep config in a separate struct in LDAP (#89149) 2024-06-17 15:34:06 +03:00
service LDAP: Compute values when reloading LDAP settings (#90059) 2024-07-05 11:58:50 +03:00
testdata Auth: Add root and client certificate value fields in LDAP config (#88746) 2024-06-10 18:13:15 +03:00
helpers.go LDAP: Allow setting minimum TLS version and accepted ciphers (#63646) 2023-02-28 12:13:46 +01:00
ldap_groups.go chore: move user_auth models to (mostly) login service (#62269) 2023-01-27 13:36:54 -05:00
ldap_helpers_test.go LDAP: Allow setting minimum TLS version and accepted ciphers (#63646) 2023-02-28 12:13:46 +01:00
ldap_login_test.go Auth: Keep config in a separate struct in LDAP (#89149) 2024-06-17 15:34:06 +03:00
ldap_private_test.go Auth: Keep config in a separate struct in LDAP (#89149) 2024-06-17 15:34:06 +03:00
ldap_test.go Auth: Keep config in a separate struct in LDAP (#89149) 2024-06-17 15:34:06 +03:00
ldap.go LDAP: Compute values when reloading LDAP settings (#90059) 2024-07-05 11:58:50 +03:00
model.go chore: move user_auth models to (mostly) login service (#62269) 2023-01-27 13:36:54 -05:00
settings_test.go LDAP: Compute values when reloading LDAP settings (#90059) 2024-07-05 11:58:50 +03:00
settings.go LDAP: SSO Configuration page (#91875) 2024-08-20 17:31:13 +02:00
testing.go LDAP: Allow setting minimum TLS version and accepted ciphers (#63646) 2023-02-28 12:13:46 +01:00