Sorry that the generic Java quickstart isn’t ready yet. What specifically do you need to do? Do you need your servlets to validate incoming tokens issued by Okta? Some more detail about how your client and server work would be helpful to understand your use case.
I am also interested in using a more pure java SDK over the spring boot framework.
The things I need to know are:
What is the okta login url pattern used to redirect to the okta login that I need to construct from my client id, secret, etc?
What is the validation process of the returned token?
I may have been able to figure some of this out but the example for spring boot seems to be missing something since I can’t actually run that example code. Fails on some sort of Logging exception. Probably need more than the okta spring boot dependency but it’s not defined so, it doesn’t work.
I’m also interested in a “Spring-less” generic java quickstart application. My organization is attempting to move away from Spring-based app development
answering my own question, but the token url which I could not find is under the Authorization Server, then Settings, then clicking on metadataURI link
Is there any update on this?
I need to use java without Spring to integrate OKTA, and my best idea so far is coding against the protocol. Is there a better solution?