avoid potential race lazy initializers in RelyingParty
This commit is contained in:
parent
e0a8f4c678
commit
2067a740cc
1 changed files with 2 additions and 0 deletions
|
@ -154,6 +154,8 @@ func NewRelyingPartyOAuth(config *oauth2.Config, options ...Option) (RelyingPart
|
|||
}
|
||||
}
|
||||
|
||||
_ = rp.IDTokenVerifier()
|
||||
|
||||
return rp, nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue