mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 02:42:22 +08:00
Deps: Update SAML libraries (#52893)
Deps: ensure goxmldsig is pinned update go.mod
This commit is contained in:
@ -241,6 +241,9 @@ IdP-initiated SSO has some security risks, so make sure you understand the risks
|
||||
|
||||
SAML's single logout feature allows users to log out from all applications associated with the current IdP session established via SAML SSO. If the `single_logout` option is set to `true` and a user logs out, Grafana requests IdP to end the user session which in turn triggers logout from all other applications the user is logged into using the same IdP session (applications should support single logout). Conversely, if another application connected to the same IdP logs out using single logout, Grafana receives a logout request from IdP and ends the user session.
|
||||
|
||||
`HTTP-Redirect` and `HTTP-POST` bindings are supported for single logout.
|
||||
When using `HTTP-Redirect` bindings the query should include a request signature.
|
||||
|
||||
### Assertion mapping
|
||||
|
||||
During the SAML SSO authentication flow, Grafana receives the ACS callback. The callback contains all the relevant information of the user under authentication embedded in the SAML response. Grafana parses the response to create (or update) the user within its internal database.
|
||||
|
Reference in New Issue
Block a user