Commit 265ef7b
authored
Feature/logout (#149)
* Add end_session_endpoint to discovery
* Add post_logout_redirect_uri column migration
* Enable post-logout redirect URI registration
* Validate LogoutRequest
* Add sid to ID token
* Add RP associations
* logout handler
* Update conformance.sql
* Implement BCL requests
* curl version
* Simplify BCL handler
* Indicate BCL support in discovery
* cleanup
* Change custom scope 'attributes' key to 'claims'
* Cleanup and add incomplete tests
* tests
* wip: logout conformance tests
* logout conformance: add browser matcher
* conformance: add rp initiated logout tests
* conformance: add logout url
* Use logger service
* Add logout page template
* Add BCL URI to client
* Register logout URI
* Add useridattr to sub claim attribute list by default
* Show different message if logout was not performed
* Add new clients for RP-Initiated and Back-Channel logout tests
* Prevent logoutHnalder for Prompt and MaxAge rules
* Run logout handler only if logout is OIDC initiated
* Check for sub claim as user ID when creating RP associaton
* Clean it up
* Enable logout conformance tests in github actions
Co-authored-by: Marko Ivančić <[email protected]>1 parent a4088e9 commit 265ef7b
File tree
129 files changed
+6848
-896
lines changed- .github/workflows
- config-templates
- conformance-tests
- docker
- ssp
- lib
- Controller
- Entity
- Interfaces
- Factories
- Form
- Repositories
- Server
- Associations
- Interfaces
- Grants
- LogoutHandlers
- RequestTypes
- ResponseTypes
- Interfaces
- Services
- Store
- Utils
- Checker
- Interfaces
- Rules
- locales/en/LC_MESSAGES
- spec
- Controller
- Entity
- Factories
- Server/ResponseTypes
- Services
- templates
- clients
- tests
- Controller
- Entity
- Factories
- Form
- Server
- Associations
- Grants
- LogoutHandlers
- RequestTypes
- ResponseTypes
- Services
- Store
- Utils
- Checker
- Rules
- config
- www
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
129 files changed
+6848
-896
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
266 | 272 | | |
267 | 273 | | |
268 | 274 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
57 | 60 | | |
58 | 61 | | |
59 | 62 | | |
| |||
69 | 72 | | |
70 | 73 | | |
71 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
72 | 84 | | |
73 | 85 | | |
74 | 86 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| 32 | + | |
30 | 33 | | |
| 34 | + | |
31 | 35 | | |
32 | | - | |
33 | | - | |
| 36 | + | |
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
37 | 40 | | |
38 | | - | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
| |||
84 | 86 | | |
85 | 87 | | |
86 | 88 | | |
87 | | - | |
| 89 | + | |
88 | 90 | | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
| 91 | + | |
93 | 92 | | |
94 | 93 | | |
95 | 94 | | |
96 | | - | |
| 95 | + | |
97 | 96 | | |
98 | 97 | | |
99 | 98 | | |
| |||
117 | 116 | | |
118 | 117 | | |
119 | 118 | | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
120 | 123 | | |
121 | 124 | | |
| 125 | + | |
122 | 126 | | |
123 | 127 | | |
124 | 128 | | |
| |||
0 commit comments