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
Hi i use authz-keycloak for getting token from keycloak use grant_type default "urn:ietf:params:oauth:grant-type:uma-ticket", it support password. I want to know what else option grant_type or api create route for getting token by authorization_code
Environment
APISIX version (run apisix version):
Operating system (run uname -a):
OpenResty / Nginx version (run openresty -V or nginx -V):
etcd version, if relevant (run curl http://127.0.0.1:9090/v1/server_info):
APISIX Dashboard version, if relevant:
Plugin runner version, for issues related to plugin runners:
LuaRocks version, for installation issues (run luarocks --version):
The text was updated successfully, but these errors were encountered:
i found solution, i use route with proxy-rewrite instead of authz-keycloak. The goal is for Access_Token to keep Issuer - the domain of Keycloak instead of returning Apisix's domain when encrypted.
Curl like that:
Description
Hi i use authz-keycloak for getting token from keycloak use grant_type default "urn:ietf:params:oauth:grant-type:uma-ticket", it support password. I want to know what else option grant_type or api create route for getting token by authorization_code
Environment
apisix version
):uname -a
):openresty -V
ornginx -V
):curl http://127.0.0.1:9090/v1/server_info
):luarocks --version
):The text was updated successfully, but these errors were encountered: