This commit is contained in:
parent
4b60194897
commit
6d84b8480f
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@ func (a *Authenticator) createUserFromExternal(ctx context.Context, resp *oidc.I
|
||||||
|
|
||||||
_, err = tx.NewInsert().
|
_, err = tx.NewInsert().
|
||||||
Model(&store.ExternalLogin{
|
Model(&store.ExternalLogin{
|
||||||
|
ID: uuid.New(),
|
||||||
UserID: user.ID,
|
UserID: user.ID,
|
||||||
Issuer: resp.Issuer,
|
Issuer: resp.Issuer,
|
||||||
Subject: resp.Subject,
|
Subject: resp.Subject,
|
||||||
|
|
Loading…
Reference in a new issue