You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm sure this is a pretty simple fix, but currently the struct representation for ClientScope does not contain "type". As a result, after generating Client Scopes they default to type none. Type none cannot be added to a client under defaultClientScopes nor optionalClientScopes.
To Reproduce
Steps to reproduce the behavior:
Bootstrap Keycloak and generate client scopes
Generated client scopes cannot be added to clients unless they are of type Default or Optional.
Expected behavior type should exist as an additional field under the ClientScope struct.
Desktop (please complete the following information):
OS: Ubuntu 22.04 Jammy Jellyfish
Browser: Firefox
Keycloak 25.0.1
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm sure this is a pretty simple fix, but currently the struct representation for
ClientScope
does not contain "type". As a result, after generating Client Scopes they default to typenone
. Typenone
cannot be added to a client underdefaultClientScopes
noroptionalClientScopes
.To Reproduce
Steps to reproduce the behavior:
Default
orOptional
.Expected behavior
type
should exist as an additional field under theClientScope
struct.Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: