mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-02 11:56:02 +02:00
log claims after device auth flow completed
This commit is contained in:
parent
36cff10025
commit
f794c6e7f3
1 changed files with 2 additions and 0 deletions
|
@ -382,6 +382,8 @@ func (a *Authorize) ManageStream(
|
|||
}
|
||||
s := sessions.NewState(idp.Id)
|
||||
claims.Claims.Claims(&s) // XXX
|
||||
log.Ctx(ctx).Debug().Interface("claims", claims.Claims).
|
||||
Msg("device auth flow complete")
|
||||
s.ID, err = getSessionIDForSSH(state.PublicKey)
|
||||
if err != nil {
|
||||
errC <- err
|
||||
|
|
Loading…
Add table
Reference in a new issue