-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🍱 [#3967] Update fixture to have a user with vestiging claim
- Loading branch information
1 parent
2ce7cba
commit a1ba9e6
Showing
2 changed files
with
50 additions
and
7 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 |
---|---|---|
|
@@ -43,13 +43,15 @@ VCR.py). The primary reason this setup exists, is for automated testing reasons. | |
|
||
- `testuser` / `testuser`, has the `bsn`, `kvk`, `name_qualifier`, `legalSubjectID` and | ||
`actingSubjectID` attributes (authentication plugins: DigiD, eHerkenning) | ||
- `digid-machtigen` / `digid-machtigen`, has the `aanvrager.bsn`, `gemachtigde.bsn` and | ||
`service_id` attributes (for DigiD machtigen) | ||
- `eherkenning-bewindvoering` / `eherkenning-bewindvoering`, has the `legalSubjectID` | ||
(kvk), `actingSubjectID` (pseudo ID), `representeeBSN`, `service_id`, `service_uuid`, | ||
and `name_qualifier` attributes (for eHerkenning bewindvoering) | ||
- `admin` / `admin`, intended to create as django user (can be made staff). The email | ||
address is `[email protected]`. | ||
- `digid-machtigen` / `digid-machtigen`, has the `aanvrager.bsn`, `gemachtigde.bsn` and `service_id` | ||
attributes (for DigiD machtigen) | ||
- `eherkenning-bewindvoering` / `eherkenning-bewindvoering`, has the `legalSubjectID` (kvk), | ||
`actingSubjectID` (pseudo ID), `representeeBSN`, `service_id`, `service_uuid`, and | ||
`name_qualifier` attributes (for eHerkenning bewindvoering) | ||
- `eherkenning-vestiging` / `eherkenning-vestiging`, has the `legalSubjectID` (kvk), | ||
`actingSubjectID` (pseudo ID) and `vestiging` attributes | ||
- `admin` / `admin`, intended to create as django user (can be made staff). The email address is | ||
`[email protected]`. | ||
|
||
## Exporting the Realm | ||
|
||
|
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