<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D54z00007wXV48CAGOkta Classic EngineIntegrationsAnswered2024-03-26T00:31:55.000Z2022-08-16T23:41:14.000Z2022-08-17T22:53:53.000Z

sf17x (sf17x) asked a question.

Integrating okta-spring-boot re-directs me to a 404

Hello. I am trying to integrate okta-spring-boot into my existing Spring Boot application (using version 1.4.0) using my corporate okta instance and OpenID.

 

I can get the server to run, and when I visit localhost:8080, I get re-directed to my corporate okta, but it's a 404 page.

 

 

Image is not available
 

My application.properties looks like this

 

 

Image is not available
 

 

It seems like the issuer should be https://someCorp.okta.com/oauth2/default but the engineer I am working with on the corporate okta side says https://someCorp.okta.com should work no problem.

 

 

 

Here is a look at my SpringSecurityConfig

 

 

 

 

Image is not available
 

 

 

The https://someCorp.okta.com/.well-known/openid-configuration lists the issuer as {"issuer": "https://someCorp.okta.com"}

 

 

Is there something I am doing wrong here? Thanks so much


This question is closed.
Loading
Integrating okta-spring-boot re-directs me to a 404