4 lines
208 B
Bash
Executable File
4 lines
208 B
Bash
Executable File
#!/bin/sh
|
|
|
|
oauth2c http://127.0.0.1:8080 --pkce --auth-method client_secret_basic --scopes openid --client-id x --client-secret abc --response-mode query --grant-type authorization_code --response-types code
|