From 3c7ed35f4db49097de97c1f5efa4a9a21ed85e9c Mon Sep 17 00:00:00 2001 From: Tin Date: Sun, 11 Dec 2022 09:22:08 +0100 Subject: [PATCH] Update README.md --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index 922213db..0f8c853a 100644 --- a/README.md +++ b/README.md @@ -9,15 +9,6 @@ This is a Laravel, IntertiaJS with Vue based application that works as an OIDC P 3. Add auth.eurofurence.localhost and identity.eurofurence.localhost to your hosts file and forward them to 127.0.0.1 4. Project has been Setup -### Hydra quick commands for local setup - -#### Admin create client - -```bash -hydra clients create -n "Eurofurence IAM" -c http://identity.eurofurence.localhost/auth/callback --frontchannel-logout-callback http://identity.eurofurence.localhost/auth/frontchannel-logout -hydra clients create -n "Eurofurence IAM Admin" -c http://identity.eurofurence.localhost/admin/callback --frontchannel-logout-callback http://identity.eurofurence.localhost/admin/frontchannel-logout -``` - ### Security If you discover any security related issues, please email me@thiritin.com instead of using the issue tracker.