Nerzal / gocloak

golang keycloak client
Apache License 2.0
1.01k stars 275 forks source link

fix: add Type field to ClientScope model #467

Open johanhenriksson opened 6 months ago

johanhenriksson commented 6 months ago

It's currently impossible to create default scopes since the Type parameter is missing.

This PR adds a Type field to the Client Scope model.