Skip to content

Commit 59b55f3

Browse files
authored
Merge pull request #62 from AgID/test
Test
2 parents 7ecc717 + 71dc049 commit 59b55f3

126 files changed

Lines changed: 5964 additions & 280 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
sequenceDiagram
2+
participant User
3+
participant RP
4+
participant OP
5+
User->>RP: OP selection
6+
RP-->>+User:
7+
User-->>-OP: rich authentication request (+ required AA)
8+
OP->>User: show login form
9+
User->>OP: insert credentials
10+
OP->>User: show AA list
11+
User->>OP: select none AA
12+
OP-->>+User:
13+
User-->>-RP: authentication response
14+
RP->>OP: token request
15+
OP->>RP: token response
16+
RP->>OP: userinfo request
17+
OP->>RP: userinfo response

src/client/img/testcase/test-case-attribute-authority-1.svg

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
sequenceDiagram
2+
participant User
3+
participant RP
4+
participant OP
5+
User->>RP: OP selection
6+
RP-->>+User:
7+
User-->>-OP: rich authentication request (+ required AA)
8+
OP->>User: show login form
9+
User->>OP: insert credentials
10+
OP->>User: show AA list
11+
User->>OP: select at least one AA
12+
OP->>User: ask consent to grant SP to query AA
13+
User->>OP: give consent
14+
OP-->>+User:
15+
User-->>-RP: authentication response
16+
RP->>OP: token request
17+
OP->>RP: token response (+ grant tokens)
18+
RP->>OP: userinfo request
19+
OP->>RP: userinfo response

src/client/img/testcase/test-case-attribute-authority-2.svg

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
sequenceDiagram
2+
participant User
3+
participant RP
4+
participant OP
5+
User->>RP: OP selection
6+
RP-->>+User:
7+
User-->>-OP: rich authentication request (+ required AA)
8+
OP->>User: show login form
9+
User->>OP: insert credentials
10+
OP->>User: show AA list
11+
User->>OP: select all AAs
12+
OP->>User: ask consent to grant SP to query AA
13+
User->>OP: give consent
14+
OP-->>+User:
15+
User-->>-RP: authentication response
16+
RP->>OP: token request
17+
OP->>RP: token response (+ grant tokens)
18+
RP->>OP: userinfo request
19+
OP->>RP: userinfo response

src/client/img/testcase/test-case-attribute-authority-3.svg

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
sequenceDiagram
2+
participant User
3+
participant RP
4+
participant OP
5+
User->>RP: OP selection
6+
RP-->>+User:
7+
User-->>-OP: rich authentication request (+ required AA)
8+
OP->>User: show login form
9+
User->>OP: insert credentials
10+
OP->>User: show AA list
11+
User->>OP: deselect all AAs
12+
OP-->>+User:
13+
User-->>-RP: authentication response
14+
RP->>OP: token request
15+
OP->>RP: token response (+ grant tokens)
16+
RP->>OP: userinfo request
17+
OP->>RP: userinfo response

src/client/img/testcase/test-case-attribute-authority-4.svg

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
sequenceDiagram
2+
participant User
3+
participant RP
4+
participant OP
5+
User->>RP: OP selection
6+
RP-->>+User:
7+
User-->>-OP: rich authentication request (authorization_details not valid)
8+
OP->>User: show login form
9+
User->>OP: insert credentials
10+
OP-->>+User:
11+
User-->>-RP: authentication response
12+
RP->>OP: token request
13+
OP->>RP: token response
14+
RP->>OP: userinfo request
15+
OP->>RP: userinfo response

src/client/img/testcase/test-case-attribute-authority-5.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)