minauthator/http_integration_tests/oauth2c.sh

11 lines
318 B
Bash
Raw Permalink Normal View History

#!/usr/bin/bash
oauth2c http://localhost:8085 \
--client-id "a1785786-8be1-443c-9a6f-35feed703609" \
--client-secret "49c6c16a-0a8a-4981-a60d-5cb96582cc1a" \
--response-types code \
--response-mode query \
--grant-type authorization_code \
--auth-method client_secret_basic \
2024-11-11 22:16:50 +00:00
--scopes "user_read_basic"