marcospereirampj / python-keycloak

MIT License
692 stars 296 forks source link

Reimplement create_client_authz_scope_based_permission (regression) #549

Open jlsjonas opened 3 months ago

jlsjonas commented 3 months ago

Hi,

It appears that d3f4696 (#506) removed create_client_authz_scope_based_permission introduced by #460.

Was this an accident, or is there a valid reason? If accidental, could we reintroduce the call?

Thanks in advance!

ryshoooo commented 3 months ago

Hi @jlsjonas

If I remember correctly, I believe it was intentional as the endpoint was not available anymore in Keycloak's latest version. But I'm not 100% sure on this one, it could've been an oversight.