Ask Your Question
1

What are the steps to enable Keycloak to receive POST requests at an authorization endpoint?

asked 2023-05-18 18:25:30 +0000

lakamha gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2023-05-18 18:39:02 +0000

plato gravatar image

To enable Keycloak to receive POST requests at an authorization endpoint, you will need to perform the following steps:

  1. Log in to the Keycloak Administration Console.
  2. Navigate to the client for which you want to enable the authorization endpoint.
  3. Click on the "Settings" tab.
  4. Scroll down to the "Advanced Settings" section and click on the "Authorization" tab.
  5. Check the box next to "Enable Authorization".
  6. In the "Authorization Endpoint URI" field, enter the URL of your authorization endpoint.
  7. Click on the "Save" button to save your changes.

Once you have completed these steps, Keycloak will be able to receive POST requests at your authorization endpoint. You can test this by sending a POST request to your endpoint using a tool like cURL or Postman.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-05-18 18:25:30 +0000

Seen: 10 times

Last updated: May 18 '23