0

I am trying to integrate Okta over an existing application which is built on Spring Security Rest Api Oauth2. I have integrated okta with spring boot application successfully but stuck with this application (Spring Security Rest Api Oauth2). The spring boot configuration/steps are not working with spring mvc rest api framework. Configuration which is used in spring boot application was:

  • Adding client Id and Client Secret in properties file
  • @EnableOAuth2Ssso annotation
  • and a little change in the web security configuration file

Can anybody help me in configuring okta with spring mvc Rest api Oauth2 enabld application?

Sonam Raj
  • 1
  • 1

1 Answers1

0

Following are some good reference projects that I also used when integrating OKTA to an existing spring boot application. Hope it helps:

Radium
  • 939
  • 8
  • 11