Hi all,
I’m new here and I need your help
I’ve searched through docs and threads like Get an access token manually for testing and I can’t get access token.
I’ve tried to construct the following uri and use browser:
https://dev-4942226.okta.com/oauth2/v1/authorize?client_id=<my_client_id>&response_type=token&response_mode=fragment&scope=okta.users.read&redirect_uri=http://localhost:5000/oidc/callback&nonce=UBGW&state=1234
My flask app is required to be running, but I get bad request errors anyway.
So, looks like access token connected to particular app that I’ve created, like client id/secret? So, it’s not kind of general password to account?
And what are the real working steps to get access token?
i.e.:
- curl <some_url> -d <some_payload>
- curl <some_another_url> -d <some_another_payload>
I tried to use debugging redirect uri and run again with browser:
but it fails with the following error: