Skip to main content

All Questions

0 votes
0 answers
341 views

CORS error after hosting application on Railway

I hosted my frontend (react) and backend (springboot) subfolders separately on Railway. I am getting CORS error after updating the origin where the frontend is deployed as follows: This is my ...
Kalamazoo's user avatar
  • 141
0 votes
1 answer
149 views

how to communicate with microservice which having okta enabled security

i have enable okta security in my microservice , now while testing from postman i am getting okta dialog box to put username and pwd, and then submit i get accesstoken which eventually use in postman ...
Jp Javiya's user avatar
0 votes
0 answers
50 views

Finding Access Token using Okta in Spring Boot Test

Trying to get the accesstoken for okta authentication. Have used the OktaSiginWidget in the frontEnd(ReactJs). For backEnd(Spring Boot) want to test all the apis using this access token generated by ...
kakarot-757's user avatar
0 votes
1 answer
723 views

Unable to find the group information of the logged in user -JWT token OKTA

I am new to Okta so apologies if my questions are not clear. So what I want to do is basically parse the JWT token generated by okta and extract the group information of the logged in user associated ...
EagerLearner's user avatar