Good morning
I have a spring boot application (version 3.1.1) using Okta Oauth. I have created an Okta application with clientID, secret, etc etc as indicated in several tutorials. Now I need to test 2 (two) users that have been registered in okta, each user generating a different JWT (in detail, the admin user generate a JWT with custom claims like Admin). I am trying to create the Test case where I login with specific Login and Password to test the various controller and responses. Now, I was unable to find a clear and definitive example that shows how to send a request to Okta using UserName and Password. I am event start to think that, due to the lack of example, this is not the “right way” to proceed. After several days of research, I would like to share my concern and check if someone else has succeed to automatically login with Login and Password to Okta and retrieve a JWT token accordingly. Please note that I can get a JWT token using client id end secret, but this does not seems to have any user data inside. Thank you in advance for any suggestion and clarifications.