typo
This commit is contained in:
parent
35f60f6811
commit
6364c1654e
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ type endpoints struct {
|
|||
// /keys
|
||||
//This does not include login. Login is handled with a redirect that includes the
|
||||
//request ID. The redirect for logins is specified per-client by Client.LoginURL().
|
||||
//Successful logins should make the request as authorized and redirect back to to
|
||||
//Successful logins should mark the request as authorized and redirect back to to
|
||||
//op.AuthCallbackURL(provider) which is probably /callback.
|
||||
func NewOpenIDProvider(ctx context.Context, config *Config, storage Storage, opOpts ...Option) (OpenIDProvider, error) {
|
||||
err := ValidateIssuer(config.Issuer)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue