2020-06-18 09:34:22 +02:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
hydra clients create \
|
|
|
|
--id daddy \
|
|
|
|
-n Daddy \
|
2020-06-18 09:48:45 +02:00
|
|
|
-a email,email_verified,offline_access,openid \
|
|
|
|
--token-endpoint-auth-method none \
|
|
|
|
--post-logout-callbacks http://localhost:8081 \
|
2020-06-18 09:34:22 +02:00
|
|
|
-c http://localhost:8081/oauth2/callback
|