Skip to content

Commit c1946bf

Browse files
committed
go fmt + npx prettier
1 parent 8f2b9ee commit c1946bf

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ For Okta, you typically need to:
127127

128128
1. Add the `groups` scope: `--oidc-scopes "openid,profile,email,groups"`
129129
2. Configure a groups claim in Okta Admin (Security → API → Authorization Servers → Claims)
130-
:::
130+
:::
131131

132132
### Cryptographic Key Options
133133

pkg/auth/oidc.go

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ import (
1515
)
1616

1717
type oidcProvider struct {
18-
oauth2 oauth2.Config
19-
providerName string
20-
userInfoURL string
21-
userIDField string
22-
allowedUsers []string
23-
allowedUsersGlob []glob.Glob
24-
allowedAttributes map[string][]string
18+
oauth2 oauth2.Config
19+
providerName string
20+
userInfoURL string
21+
userIDField string
22+
allowedUsers []string
23+
allowedUsersGlob []glob.Glob
24+
allowedAttributes map[string][]string
2525
allowedAttributesGlob map[string][]glob.Glob
2626
}
2727

0 commit comments

Comments
 (0)