sanmen359 opened a new issue #1387:
URL: https://github.com/apache/apisix-dashboard/issues/1387


   # Bug report
   
   ## Describe the bug
   
   我们拥有独立的认证中心(使用Authing),创建应用时,无法使用OpenID Connect认证。
   
   ## How to Reproduce
   
   1. 打开网址"http://127.0.0.1:9000/consumer/list";
   2. 点击 '创建'
   3. 输入"demo"
   3. 点击“下一步”
   4. 选择“OpenID Connect”,输入OpenID Connect配置内容后保存
   5.点击下一步,提示“请启用一种身份认证类插件”,无法进入下一步
   
   OpenID Connect配置内容:
   “{
               "client_id":"60118e33bf766f807a991b52",
               "client_secret":"abfd508342bc02c1c05246ef450ae491",
               
"discovery":"https://1611763239295.authing.cn/oidc/.well-known/openid-configuration";,
 
               
"introspection_endpoint":"https://1611763239295.authing.cn/oidc/token/introspection";,
               "bearer_only":true,
               "realm":"master",
               "introspection_endpoint_auth_method":"client_secret_basic"
           }”
   ## Expected behavior
   
   希望应用可以使用Oauth2进行认证
   
   ## Screenshots
   
    
   
![image](https://user-images.githubusercontent.com/4597642/106109704-cb573700-6184-11eb-853f-2a6e2319638a.png)
   
   
   ## System information
   
   - OS: Centos7
   - Browser : firefox
   - Version: 2.3
   
   


----------------------------------------------------------------
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:
[email protected]


Reply via email to