Merge branch 'master' into serializing
# Conflicts: # example/internal/mock/storage.go # pkg/op/mock/storage.mock.go # pkg/op/storage.go
This commit is contained in:
commit
8be8306511
6 changed files with 12 additions and 8 deletions
|
@ -210,7 +210,7 @@ func (s *AuthStorage) AuthorizeClientIDSecret(_ context.Context, id string, _ st
|
|||
return nil
|
||||
}
|
||||
|
||||
func (s *AuthStorage) GetUserinfoFromToken(ctx context.Context, _, _ string) (oidc.UserInfoSetter, error) {
|
||||
func (s *AuthStorage) GetUserinfoFromToken(ctx context.Context, _, _, _ string) (oidc.UserInfoSetter, error) {
|
||||
return s.GetUserinfoFromScopes(ctx, "", "", []string{})
|
||||
}
|
||||
func (s *AuthStorage) GetUserinfoFromScopes(_ context.Context, _, _ string, _ []string) (oidc.UserInfoSetter, error) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue