Re: [I] Unable to login with oidc enabled [apisix-dashboard]

2025-04-18 Thread via GitHub


juzhiyuan commented on issue #2895:
URL: 
https://github.com/apache/apisix-dashboard/issues/2895#issuecomment-2814344626

   Refer to https://github.com/apache/apisix-dashboard/issues/2981


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

For queries about this service, please contact Infrastructure at:
[email protected]



Re: [I] Unable to login with oidc enabled [apisix-dashboard]

2025-04-17 Thread via GitHub


juzhiyuan closed issue #2895: Unable to login with oidc enabled
URL: https://github.com/apache/apisix-dashboard/issues/2895


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

For queries about this service, please contact Infrastructure at:
[email protected]



Re: [I] Unable to login with oidc enabled [apisix-dashboard]

2024-04-27 Thread via GitHub


aapelismith commented on issue #2895:
URL: 
https://github.com/apache/apisix-dashboard/issues/2895#issuecomment-2081338711

   > fix-sso
   @spantaleev 
   Are there plans to add the configuration "authenticated-emails" for the 
allowed email list?
   Allowing everyone(sso user) to log in may not be secure.
   
   


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

For queries about this service, please contact Infrastructure at:
[email protected]



Re: [I] Unable to login with oidc enabled [apisix-dashboard]

2024-04-27 Thread via GitHub


lework commented on issue #2895:
URL: 
https://github.com/apache/apisix-dashboard/issues/2895#issuecomment-2081305635

   @spantaleev Thanks for the fix, is it possible to provide a v2.15.1 version 
of the fix and would also like you to mention a pr.


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

For queries about this service, please contact Infrastructure at:
[email protected]



Re: [I] Unable to login with oidc enabled [apisix-dashboard]

2024-04-15 Thread via GitHub


singhajitk commented on issue #2895:
URL: 
https://github.com/apache/apisix-dashboard/issues/2895#issuecomment-2057127182

   I am using apisix-dashboard (version 3.0.0) and facing same issue when 
integrating with keycloak. Any update on the fix ? 


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

For queries about this service, please contact Infrastructure at:
[email protected]



Re: [I] Unable to login with oidc enabled [apisix-dashboard]

2024-03-11 Thread via GitHub


edwin-Marrima commented on issue #2895:
URL: 
https://github.com/apache/apisix-dashboard/issues/2895#issuecomment-1987958697

   Running into the same issue. Any update on this bugfix?


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

For queries about this service, please contact Infrastructure at:
[email protected]



Re: [I] Unable to login with oidc enabled [apisix-dashboard]

2024-02-26 Thread via GitHub


restack-devanb commented on issue #2895:
URL: 
https://github.com/apache/apisix-dashboard/issues/2895#issuecomment-1965801812

   Running into the same issue, have the commits been tested and merged as of 
yet?


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

For queries about this service, please contact Infrastructure at:
[email protected]



Re: [I] Unable to login with oidc enabled [apisix-dashboard]

2024-02-26 Thread via GitHub


malanverestack commented on issue #2895:
URL: 
https://github.com/apache/apisix-dashboard/issues/2895#issuecomment-1963682296

   Hi there @kanakamamidiakhil 
   Any progress on this bugfix?


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

For queries about this service, please contact Infrastructure at:
[email protected]



Re: [I] Unable to login with oidc enabled [apisix-dashboard]

2024-02-09 Thread via GitHub


spantaleev commented on issue #2895:
URL: 
https://github.com/apache/apisix-dashboard/issues/2895#issuecomment-1935803330

   I needed this for a project, so I worked on a fix in the 
[fix-sso](https://github.com/devture/apisix-dashboard/tree/fix-sso) branch of 
my fork, which is based on current `master` (currently 
ad697c643908faf99fb33a0970f6d95573fcca87).
   
   I've published a prebuilt container image for `amd64` here: 
https://hub.docker.com/r/devture/apisix-dashboard 
(`docker.io/devture/apisix-dashboard:sso-fixes`).
   
   As the commit message for 
https://github.com/devture/apisix-dashboard/commit/6ebb212eef5ad42df05dfaa873a92a7b5bc115df
 says, no auto-detection for OIDC support is done yet, so the **SSO via OIDC** 
tab always appears on the login page. This is fine for those of us currently 
affected by this issue, but additional work needs to be done before this can 
land into `master`.
   
   --
   
   If this approach to fixing the SSO issue seems in line with what the APISIX 
Dashboard team envisions, I may be able to spend a little more time on it and 
prepare my patches for getting upstreamed.
   
   If anyone else would like to pick my fork/branch up and finish off the 
remaining work (e.g. auto-detection / auto-configuration of the login page 
based on the enabled/supported login methods), please go ahead!


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

For queries about this service, please contact Infrastructure at:
[email protected]



Re: [I] Unable to login with oidc enabled [apisix-dashboard]

2024-01-07 Thread via GitHub


kanakamamidiakhil commented on issue #2895:
URL: 
https://github.com/apache/apisix-dashboard/issues/2895#issuecomment-1880020173

   Okay @DerLinne, working on it, will inform you when its done.


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

For queries about this service, please contact Infrastructure at:
[email protected]



Re: [I] Unable to login with oidc enabled [apisix-dashboard]

2024-01-04 Thread via GitHub


DerLinne commented on issue #2895:
URL: 
https://github.com/apache/apisix-dashboard/issues/2895#issuecomment-1877487852

   Hey,
   
   I have the same issue - I thought it was a problem in my helm chart 
extension.
   
   When this is solved, I would be able to contribute the extended helm chart 
to configure the OIDC values via helm chart. This runs now.
   
   @kanakamamidiakhil If you need test support  - esp. embedded in a K8s 
Deployment, give me a hint.


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

For queries about this service, please contact Infrastructure at:
[email protected]



Re: [I] Unable to login with oidc enabled [apisix-dashboard]

2023-12-11 Thread via GitHub


rastiehaiev commented on issue #2895:
URL: 
https://github.com/apache/apisix-dashboard/issues/2895#issuecomment-1850186693

   @kanakamamidiakhil I'm not sure I have permissions to assign tasks.


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

For queries about this service, please contact Infrastructure at:
[email protected]



Re: [I] Unable to login with oidc enabled [apisix-dashboard]

2023-12-05 Thread via GitHub


kanakamamidiakhil commented on issue #2895:
URL: 
https://github.com/apache/apisix-dashboard/issues/2895#issuecomment-1841572659

   Hello, I'm interested in working on this issue. Could you please assign it 
to me? 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]