diff --git a/internal/domain/keycloak/responseKeycloak.go b/internal/domain/keycloak/responseKeycloak.go index a633fcb..7a1137f 100644 --- a/internal/domain/keycloak/responseKeycloak.go +++ b/internal/domain/keycloak/responseKeycloak.go @@ -7,6 +7,7 @@ type TokenErrorResponse struct { type TokenResponse struct { AccessToken string `json:"access_token"` + IdToken string `json:"id_token"` ExpiresIn int `json:"expires_in"` RefreshToken string `json:"refresh_token"` RefreshExpiresIn int `json:"refresh_expires_in"`