Hi, I created a web app in okta portal. I will not have any FE app developed, just my Java Spring Boot app, but I would like to use okta’s role based authentication.
I set up everything in the portal(users, group etc). However, I am wondering can I somehow login via POSTMAN or any other way as one of those created users, and obtain access token, so that I can test my app?
The app is just my practice project, will be used only locally be me.
I tried accessing via browser my secured api. I logged in as an appropriate user, and created one Spring Filter for interception request in hope that I can log access token that way. However, I am always getting in browser after entering my credentials → 1. Request URL:
http://localhost:8081/secured?continue
- Request Method:
GET
- Status Code:
403
I don’t get where this is coming from