You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tell us about your request. Provide a summary of the request and all versions that are affected.
The pemtrustedcas_content examples on multiple pages is incorrect, as far as I can tell. I will use OpenID Connect as an example, but this seems to affect anywhere pemtrustedcas_content option is used.
However in my testing, that is not the case and the security plugin will only work properly with those lines. As such, I believe the example used in the documentation should be:
I can submit pull request(s) for these changes if this is in fact the case, and my environment isn't behaving differently for some other reason.
What other resources are available? Provide links to related issues, POCs, steps for testing, etc.
Testing should just require adding/removing those lines and testing if authentications are successful. It is possible that this is actually a bug with the OpenID Connect code, and that the example is correct for the other SSO methods. I do not have a test environment setup to confirm that though.
The text was updated successfully, but these errors were encountered:
Pull request submitted. I would assume that the private key behaves the same way, but my environment doesn't work to test this very well. Hopefully @scrawfor99 can confirm if I'm correct there.
What do you want to do?
Tell us about your request. Provide a summary of the request and all versions that are affected.
The
pemtrustedcas_content
examples on multiple pages is incorrect, as far as I can tell. I will use OpenID Connect as an example, but this seems to affect anywherepemtrustedcas_content
option is used.Essentially, the example shows this:
This example seems to imply that one should remove these lines from the certificate:
However in my testing, that is not the case and the security plugin will only work properly with those lines. As such, I believe the example used in the documentation should be:
I can submit pull request(s) for these changes if this is in fact the case, and my environment isn't behaving differently for some other reason.
What other resources are available? Provide links to related issues, POCs, steps for testing, etc.
Testing should just require adding/removing those lines and testing if authentications are successful. It is possible that this is actually a bug with the OpenID Connect code, and that the example is correct for the other SSO methods. I do not have a test environment setup to confirm that though.
The text was updated successfully, but these errors were encountered: