Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simon Schürg
actl
Commits
ac573bd4
Commit
ac573bd4
authored
May 27, 2021
by
Simon Schürg
🚀
Browse files
fix(oidc-discovery): Fix oidc well known configuration attribute type
parent
1a7bd3bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
internal/oidc.go
View file @
ac573bd4
...
...
@@ -69,7 +69,7 @@ type OpenIDProviderMetadata struct {
ClaimsParameterSupported
bool
`json:"claims_parameter_supported"`
RequestParameterSupported
bool
`json:"request_parameter_supported"`
RequestURIParameterSupported
bool
`json:"request_uri_parameter_supported"`
RequestURIRegistration
[]
string
`json:"require_request_uri_registration"`
RequestURIRegistration
bool
`json:"require_request_uri_registration"`
OpPolicyURI
[]
string
`json:"op_policy_uri"`
OpTosURI
[]
string
`json:"op_tos_uri"`
IntrospectionEndpoint
string
`json:"introspection_endpoint"`
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment