We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The dashboard switched from SAML to OIDC a year ago, but still has a lot of references to SAML in disabled tests and in dependencies.
bac2d0e
We should ideally replace these tests with relevant tests for OIDC and remove all the unused references to SAML.
There are a number of config variables that refer to SAML when they are actually used for OIDC.
saml_sp_private_key
saml_sp_certificate
config/initializers/figaro.rb
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The dashboard switched from SAML to OIDC a year ago, but still has a lot of references to SAML in disabled tests and in dependencies.
bac2d0e
We should ideally replace these tests with relevant tests for OIDC and remove all the unused references to SAML.
There are a number of config variables that refer to SAML when they are actually used for OIDC.
saml_sp_private_key
is actually used for OIDCsaml_sp_certificate
is not used, since OIDC doesn't use certificates, but it's required byconfig/initializers/figaro.rb
The text was updated successfully, but these errors were encountered: