Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature] Add support for Custom CA Certificate for OIDC #1442

Open
CygnusHyoga opened this issue Jan 8, 2025 · 1 comment
Open

[Feature] Add support for Custom CA Certificate for OIDC #1442

CygnusHyoga opened this issue Jan 8, 2025 · 1 comment
Assignees
Labels
feature New feature or request

Comments

@CygnusHyoga
Copy link

CygnusHyoga commented Jan 8, 2025

Is your feature request related to a problem? Please describe.

With the new OIDC integration functionality, I have tried to configure my previously existing Authentik instance to authenticate to RoMM, without success since this instance uses self-generated certificates.

It would be nice to add support for self-generated CA certificates for OIDC integration that are configured over SSL.

Describe the solution you'd like

Add support for OS CA certificates mounted by default in /etc/ssl/certs/ca-certificates.crt

These certificates could be mounted by the user in the OS without the need to specify a specific variable for this purpose.

Describe alternatives you've considered

  • Add an environment variable specifying the location of fileca-certificates.crt or the directory with certificates.

  • Add an environment variable with the option to skip certificate validation, for example: skipTLSVerify: true

Additional context

@CygnusHyoga CygnusHyoga added the feature New feature or request label Jan 8, 2025
@gantoine
Copy link
Member

gantoine commented Jan 8, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants