louketo / louketo-proxy

A OpenID / Proxy service
Apache License 2.0
950 stars 343 forks source link

Scope based authorization #646

Open muralisathenapalli opened 4 years ago

muralisathenapalli commented 4 years ago

Hi,

I am trying to impose authorization on my python API using keycloak. as per the documentation, louketo supports role-based authorization for API URI's. is there a way in which it can do scope based authorization?.

Thanks in advance