chore(project): bootstrap project tree
This commit is contained in:
12
misc/containers/hydra/hydra-init.d/create-client
Executable file
12
misc/containers/hydra/hydra-init.d/create-client
Executable file
@ -0,0 +1,12 @@
|
||||
#!/bin/sh
|
||||
|
||||
set -x
|
||||
|
||||
hydra clients create \
|
||||
--id guesstimate \
|
||||
--secret guesstimate \
|
||||
-n Guesstimate \
|
||||
-a email,email_verified,openid \
|
||||
--token-endpoint-auth-method client_secret_post \
|
||||
--post-logout-callbacks http://localhost:8081/logout/redirect \
|
||||
-c http://localhost:8081/oauth2/callback
|
Reference in New Issue
Block a user