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 2022/01/21 00:57:38 UTC

[GitHub] [apisix] grainrain opened a new issue #6174: request help:

grainrain opened a new issue #6174:
URL: https://github.com/apache/apisix/issues/6174


   ### Issue description
   
   apisix  installation  by docker-compose  https://github.com/apache/apisix-docker/tree/master/example
   when enable openid-connect plugin , happer error 
   error image url : https://github.com/grainrain/issues/blob/main/Snipaste_2022-01-21_08-41-49.png
   `Invalid plugin data
   should have required property 'client_id'`
   above operation by  apisix dashboard,  I can not find any place can fill  client_id for openid-connect plugin  in portal
   please help to fix 
   
   
   
   ### Environment
   
   - apisix version (cmd: `apisix version`): 2.11.0
   - apisix-dashboard version, if have:2.10.1
   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

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



[GitHub] [apisix] grainrain commented on issue #6174: request help: Invalid plugin data should have required property 'client_id' (openid-connect)

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


   > 
   
   thanks for reply ,but how can I config in apisix dashbord portal ,  because  the error happen when I config in dashboard 


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

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



[GitHub] [apisix] grainrain commented on issue #6174: request help: Invalid plugin data should have required property 'client_id' (openid-connect)

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


   > Try this
   > 
   > ```json
   > {
   >     "client_id": "kbyuFDidLLm280LIwVFiazOqjO3ty8KH",
   >     "client_secret": "60Op4HFM0I8ajz0WdiStAbziZ-VFQttXuxixHHs2R7r7-CW8GR79l-mmLqMhc-Sa",
   >     "discovery": "http://127.0.0.1:1980/.well-known/openid-configuration",
   >     "redirect_uri": "https://iresty.com",
   >     "ssl_verify": false,
   >     "timeout": 10,
   >     "scope": "apisix"
   > }
   > ```
   
   https://github.com/grainrain/issues/blob/main/2022-01-21_09-41-42.png
   please  view the image url ,  I can not edit , Raw Data Editor  disable 


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

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



[GitHub] [apisix] leslie-tsang commented on issue #6174: request help: Invalid plugin data should have required property 'client_id' (openid-connect)

Posted by GitBox <gi...@apache.org>.
leslie-tsang commented on issue #6174:
URL: https://github.com/apache/apisix/issues/6174#issuecomment-1018120469


   > https://github.com/grainrain/issues/blob/main/2022-01-21_09-41-42.png
   > please view the image url , I can not edit , __Raw Data Editor disable__
   
   @bzp2010 PTAL, thanks.


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

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



[GitHub] [apisix] leslie-tsang commented on issue #6174: request help:

Posted by GitBox <gi...@apache.org>.
leslie-tsang commented on issue #6174:
URL: https://github.com/apache/apisix/issues/6174#issuecomment-1018072648


   Hello there, Please refer to [openid-connect test case](https://github.com/apache/apisix/blob/master/t/plugin/openid-connect.t#L103-L120).


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

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



[GitHub] [apisix] leslie-tsang commented on issue #6174: request help: Invalid plugin data should have required property 'client_id' (openid-connect)

Posted by GitBox <gi...@apache.org>.
leslie-tsang commented on issue #6174:
URL: https://github.com/apache/apisix/issues/6174#issuecomment-1018083715


   
   Try this
   ```json
   {
       "client_id": "kbyuFDidLLm280LIwVFiazOqjO3ty8KH",
       "client_secret": "60Op4HFM0I8ajz0WdiStAbziZ-VFQttXuxixHHs2R7r7-CW8GR79l-mmLqMhc-Sa",
       "discovery": "http://127.0.0.1:1980/.well-known/openid-configuration",
       "redirect_uri": "https://iresty.com",
       "ssl_verify": false,
       "timeout": 10,
       "scope": "apisix"
   }
   ```
   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

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