Skip to content

Commit

Permalink
Update CREATE_A_FEDERATION.md
Browse files Browse the repository at this point in the history
  • Loading branch information
peppelinux authored Jul 29, 2023
1 parent 5681162 commit 6679930
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/CREATE_A_FEDERATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ If you're using the Docker-compose demo, you can skip the creation of a Federati
__setup__
1. add `spid_cie_oidc.entity` and `spid_cie_oidc.authority` in settings.INSTALLED_APPS
2. do migrations `./manage.py migrate`
3. create superuser `./manage.py createsuperuser`
4. log in the `/admin` interface using __admin__ __oidcadmin__
3. create superuser `./manage.py createsuperuser`, eg:
- username: admin
- password: oidcadmin
5. log in the `/admin` interface using __admin__ __oidcadmin__

__configure the federation entity__

Expand Down

0 comments on commit 6679930

Please sign in to comment.