| Hi Team, We are trying to integrate our Jenkins with Okta and our Jenkins is running in Private IP on AWS. We use VPN to connect with Jenkins. So we use IP:8080 to login Jenkins. I've configured the SAML 2.0 as like the below URL. https://support.cloudbees.com/hc/en-us/articles/115000105752?q=okta I've enabled CSRF Protection with,
| Prevent Cross Site Request Forgery exploits |
| Crumb Algorithm |
| Default Crumb Issuer |
|
| |
| |
|
Enable proxy compatibility |
Everything is enabled as I read from some other forums. But when we try to login via Okta, we are getting the following error. HTTP ERROR 403 Problem accessing /securityRealm/finishLogin. Reason: No valid crumb was included in the request
Powered by Jetty:// 9.4.z-SNAPSHOT Could someone help me to fix it. Thanks |