pipe-cd / pipecd

The One CD for All {applications, platforms, operations}
https://pipecd.dev
Apache License 2.0
1.06k stars 148 forks source link

[feat] Support OIDC for the SSO #4906

Closed t-kikuc closed 2 weeks ago

t-kikuc commented 4 months ago

What would you like to be added:

Support OIDC for Control Plane's SSO.

Why is this needed:

Currently, only GitHub and Google are supported for the SSO. However, some users want to use the SSO with other general protocols(OIDC, OAuth, SAML, LDAP, ...), especially those who need to use their internal auth system.

t-kikuc commented 4 months ago

@kumo-rn5s will try this issue, thanks!

kumo-rn5s commented 4 months ago

@t-kikuc Thank you. I will open the PR this month.

khanhtc1202 commented 4 months ago

@kumo-rn5s Thanks a lot for having interest 😄 Please ping us here if you need any help while implementing this 🤝

kumo-rn5s commented 3 months ago

The source code about this feature itself is complete, and I am currently conducting integration tests with the following provider.

However, debugging the control plane is taking longer than expected, and it seems unlikely that we will make it in time for v0.48.0.

By the way, if you have any efficient debugging methods for the control plane, please let me know. It would be helpful if there is a way to run the debug based on VSCode.