You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/04/12 08:44:59 UTC

[GitHub] [apisix] cverdela opened a new issue #4032: request help:I need a demo for authz-keycloak

cverdela opened a new issue #4032:
URL: https://github.com/apache/apisix/issues/4032


   ### Issue description
   
   ### Environment
   
   * apisix version (cmd: `apisix version`):
   * OS (cmd: `uname -a`):
   * OpenResty / Nginx version (cmd: `nginx -V` or `openresty -V`):
   * etcd version, if have (cmd: run `curl http://127.0.0.1:9090/v1/server_info` to get the info from server-info API):
   * apisix-dashboard version, if have:
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] cverdela commented on issue #4032: request help:I need a demo for authz-keycloak

Posted by GitBox <gi...@apache.org>.
cverdela commented on issue #4032:
URL: https://github.com/apache/apisix/issues/4032#issuecomment-818574838


   @Firstsawyou 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] Firstsawyou commented on issue #4032: request help:I need a demo for authz-keycloak

Posted by GitBox <gi...@apache.org>.
Firstsawyou commented on issue #4032:
URL: https://github.com/apache/apisix/issues/4032#issuecomment-820465488


   > 401 with error:{"error":"invalid_grant","error_description":"Invalid bearer token"}
   > get auth/realms/apisix/.well-known/uma2-configuration
   > "grant_types_supported": [
   > "authorization_code",
   > "implicit",
   > "refresh_token",
   > "password",
   > "client_credentials"
   > ],
   > how to add grant_type :urn:ietf:params:oauth:grant-type:uma-ticket
   
   Did you check if the `access token` is valid?
   Or provide your configuration information?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] Firstsawyou commented on issue #4032: request help:I need a demo for authz-keycloak

Posted by GitBox <gi...@apache.org>.
Firstsawyou commented on issue #4032:
URL: https://github.com/apache/apisix/issues/4032#issuecomment-817632148


   You can refer to the documentation here: https://github.com/apache/apisix/blob/master/docs/en/latest/plugins/authz-keycloak.md
   The test cases of the authz-keycloak plugin may be helpful to you: https://github.com/apache/apisix/blob/master/t/plugin/authz-keycloak.t


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] cverdela commented on issue #4032: request help:I need a demo for authz-keycloak

Posted by GitBox <gi...@apache.org>.
cverdela commented on issue #4032:
URL: https://github.com/apache/apisix/issues/4032#issuecomment-818543790


   401 with error:{"error":"invalid_grant","error_description":"Invalid bearer token"} 
   get auth/realms/apisix/.well-known/uma2-configuration
   "grant_types_supported": [
           "authorization_code",
           "implicit",
           "refresh_token",
           "password",
           "client_credentials"
       ],
   how to add grant_type :urn:ietf:params:oauth:grant-type:uma-ticket


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix] cverdela closed issue #4032: request help:I need a demo for authz-keycloak

Posted by GitBox <gi...@apache.org>.
cverdela closed issue #4032:
URL: https://github.com/apache/apisix/issues/4032


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org