-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
60 additions
and
13 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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
```mermaid | ||
sequenceDiagram | ||
actor User | ||
participant Tiqr App | ||
participant eduID | ||
User->>Tiqr App: Start registration | ||
Tiqr App->>eduID: Start enrollment | ||
eduID->>Tiqr App: Enrollment data | ||
Note right of Tiqr App: EnrollmentKey, metaData URL and qrcode | ||
Tiqr App->>eduID: MetaData enrollmentKey | ||
eduID->>Tiqr App: MetaData | ||
Note right of Tiqr App: Service and Identity (=registrationID) | ||
Tiqr App->>eduID: Start authentication | ||
eduID->>Tiqr App: Session key and url | ||
Note right of Tiqr App: Authentication URL with u=registrationID | ||
Tiqr App->>eduID: Finish authentication | ||
Note right of Tiqr App: AuthenticationData with userId=registrationID | ||
eduID->>eduID: Fetch User with AuthenticationData-userId | ||
Note left of eduID: UserNotFoundException | ||
eduID->>eduID: Fetch Registration with AuthenticationData-userId | ||
eduID->>eduID: Fetch User with Registration-userId | ||
eduID->>Tiqr App: OK | ||
Tiqr App->>User: 🙏🏻 | ||
``` |
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
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
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
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
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
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
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
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