filmov
tv
Keycloak REST API with Postman

Показать описание
Demonstrate how to use Keycloak's admin REST API with a postman client application.
For invoking a REST endpoint, client application should obtain an access token. After that the access token should be added to the authorization header of each REST API call as a bearer token.
OAuth 2.0 protocol is used to obtain access token.
Keycloak OIDC token endpoint: http://{HOST}/realms/{REALM_NAME}/protocol/openid-connect/token
Base URL for REST API: http://{HOST}/admin/realms
(Host: localhost:8080 BasePath: /admin/realms)
Example for listing users: GET http://{HOST}/auth/admin/realms/{REALM_NAME}/users
00:05 - What is Admin REST API ?
00:51 - Steps to Follow
01:46 - Keycloak Client Configuration
03:06 - Required roles assignment
04:18 - Retrieving the access token from Postman
05:37 - Invoking a Keycloak REST Endpoint
06:41 - Troubleshooting (HTTP 401 and 403)
For invoking a REST endpoint, client application should obtain an access token. After that the access token should be added to the authorization header of each REST API call as a bearer token.
OAuth 2.0 protocol is used to obtain access token.
Keycloak OIDC token endpoint: http://{HOST}/realms/{REALM_NAME}/protocol/openid-connect/token
Base URL for REST API: http://{HOST}/admin/realms
(Host: localhost:8080 BasePath: /admin/realms)
Example for listing users: GET http://{HOST}/auth/admin/realms/{REALM_NAME}/users
00:05 - What is Admin REST API ?
00:51 - Steps to Follow
01:46 - Keycloak Client Configuration
03:06 - Required roles assignment
04:18 - Retrieving the access token from Postman
05:37 - Invoking a Keycloak REST Endpoint
06:41 - Troubleshooting (HTTP 401 and 403)
Keycloak REST API with Postman
Keycloak REST API with Postman
Keycloack Admin Rest API | Create User | Postman
keycloak rest api with postman
Part 3 - Using keycloak APIs to generate token, check the validity, and logout the user.
Keycloak Admin REST API | Create Users | Add Roles
Keycloak integration with Spring boot 3 for beginners, and test using Postman | The complete Guide
10. Keycloak integration with Spring Boot 3 - Login simulation - Generate Access Token via Postman
Postman and Keycloak access using username and password (part 1)
Part 2 - Configuring the keycloak server for REST API usage.
Postman and Keycloak access using username and password (part 2)
2-Keycloak Spring -Postman
Getting Started With Keycloak Identity Provider (free Identity Server alternative)
KEYCLOAK - Implementing Custom REST Resources (endpoints) | Niko Köbler (@dasniko)
How to use postman for get request? #postman #api #beginners #testing #training #use #tutorial
OpenID Connect Token Generation Using Postman
Securing your APIs with JWT, Keycloak and Tyk API Gateway
Keycloak Admin Rest APIs
Adding a User to a Client Role Using Keycloak REST API
Keycloak API in less than 15 minutes
Session vs Token Authentication in 100 Seconds
6 Creating Client Credentials inside KeyCloak for API API secured invocations
Keycloak Client Credentials Flow | OpenID Connect
POSTMAN API OAUTH2 CLIENTCREDENTIALS
Комментарии