Ejemplos
Last update: 2 hours ago by Emmanuel Gutierrez Solano
Petición HTTP
curl --location 'https://auth.ventachat.com/realms/ventaChat/protocol/openid-connect/token' \--header 'Content-Type: application/x-www-form-urlencoded' \--data-urlencode 'grant_type=password' \--data-urlencode 'client_id=api-client' \--data-urlencode 'username=api.user@demo.com' \--data-urlencode 'password=api-password' \--data-urlencode 'scope=openid'
