IDForwarding: add "authenticatedBy" to id token (#80622)
* IDForwading: Set authenticated by for users
This commit is contained in:
@@ -20,6 +20,7 @@ type IDSigner interface {
|
||||
|
||||
type IDClaims struct {
|
||||
jwt.Claims
|
||||
AuthenticatedBy string `json:"authenticatedBy,omitempty"`
|
||||
}
|
||||
|
||||
const settingsKey = "forwardGrafanaIdToken"
|
||||
|
||||
Reference in New Issue
Block a user