OKTA - Why authorization or endpoint endpoints not working?

I am trying to get the end points for my application via okta.

I am able to hit the below ones and see responses in both browser and postman.

I got the below from the response. "authorization_endpoint": "", "token_endpoint": "",

But I hit the above URLs and getting authorization endpoint - getting 400 error token endpoint url - The endpoint does not support the provided HTTP method

I tried with authorization id, it doesnt work either.

Is it something firewall issue or some other thing which i am doing wrong.

Note: I installed the okta server in my machine, i am getting the same for that too. So I dont think it could be firewall issue.

1

1 Answer

I could get the required details with proper query parameters like client_id, response_mode, etc... More details available in the below link as i exactly followed this.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge that you have read and understand our privacy policy and code of conduct.

You Might Also Like