Skip to content

Commit

Permalink
WIP: DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
hperl committed Oct 24, 2023
1 parent e5a3504 commit ae5c9bb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions selfservice/strategy/oidc/strategy.go
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,9 @@ func (s *Strategy) linkCredentials(ctx context.Context, i *identity.Identity, id
return err
}
}

fmt.Printf("DEBUG: linking to org SSO %q\n", organization)

i.Credentials[s.ID()] = *creds
if organization != "" {
orgID, err := uuid.FromString(organization)
Expand Down

0 comments on commit ae5c9bb

Please sign in to comment.