
VaibhavK.07978 (Customer) asked a question.
Is there a way to utilize okta SSO in Spring boot based rest application without involvement of any web browser or say fully based on API calls ? Want to integrate okta SSO/authentication with existing spring boot 1.5 based Restful API application.

Hello Vaibhav,
You can for example use the Resource Owner Password flow if you need tokens to validate against your REST API calls:
https://developer.okta.com/docs/guides/implement-password/overview/
You can also use Client Credentials instead if you don't need a user context.
Feel free to open a Support ticket if you have any further questions or concerns,
Thank you,
Bogdan Andrisan
Developer Support Engineer