This commit is contained in:
Livio Amstutz 2020-01-31 14:01:45 +01:00
parent cdda3af3ff
commit 2e40f70b05
2 changed files with 2 additions and 2 deletions

View file

@ -74,7 +74,7 @@ type jsonToken struct {
AuthenticationContextClassReference string `json:"acr,omitempty"`
AuthenticationMethodsReferences []string `json:"amr,omitempty"`
SessionID string `json:"sid,omitempty"`
Actor interface{} `json:"act,omitempty"`
Actor interface{} `json:"act,omitempty"` //TODO: impl
Scopes string `json:"scope,omitempty"`
ClientID string `json:"client_id,omitempty"`
AuthorizedActor interface{} `json:"may_act,omitempty"` //TODO: impl