-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main'
- Loading branch information
Showing
1 changed file
with
0 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 [email protected] instead of using the issue tracker. | ||
|