Commit 674cbb6
authored
SSO for browser (#1478)
* Initial implementation
* Remove dep on querystring
* Restore search params properly
* Remove unneeded changes
* Touch up connect frame and update licenses
* Cleanup discovery duck
* Add helper fns to discovery duck
* cleanup
* Touch up connect frame
* Respect discoveryURL param
* Borrow bloom auth debugger fn
* Updated auth code from bloom
* Fix keycloak implicit flow
* cleanup
* Add bloom updates
* Fix crashes
* mellan
* Update tests
* fix styling
* Add better logging
* mel
* Show error messages from SSO
* Self review
* Fix normal discovery
* Downloadable logs
* Update naming as per review comments
* comments
* Fix comment around logging
* Add rejections per review comments
* Fix comment about history.replace
* More throws
* List missing keys on invalid sso provider
* Update log message about principal and secure context
* Use constant for url param
* Stop log and throwing
* Improve error handling
* Add better types
* Helper fn for getting valid sso providers
* Handle connectURL and multiple discovery endpoints properly
* Update from jons review comments
* Add discovery logs to :debug frame
* Update styling as per lizas comments
* Fix typo
* Rename provider id
* remove extra newline in :debug logs
* Move code to styled comp
* Cleanup comment
* Fix unit tests1 parent b9e38d6 commit 674cbb6
File tree
24 files changed
+1393
-235
lines changed- src
- browser
- components
- buttons
- headers
- modules/Stream
- Auth
- __snapshots__
- styles
24 files changed
+1393
-235
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5805 | 5805 | | |
5806 | 5806 | | |
5807 | 5807 | | |
| 5808 | + | |
| 5809 | + | |
| 5810 | + | |
| 5811 | + | |
| 5812 | + | |
| 5813 | + | |
| 5814 | + | |
| 5815 | + | |
| 5816 | + | |
| 5817 | + | |
| 5818 | + | |
| 5819 | + | |
| 5820 | + | |
| 5821 | + | |
| 5822 | + | |
| 5823 | + | |
| 5824 | + | |
| 5825 | + | |
| 5826 | + | |
| 5827 | + | |
| 5828 | + | |
| 5829 | + | |
| 5830 | + | |
| 5831 | + | |
| 5832 | + | |
| 5833 | + | |
5808 | 5834 | | |
5809 | 5835 | | |
5810 | 5836 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1275 | 1275 | | |
1276 | 1276 | | |
1277 | 1277 | | |
| 1278 | + | |
| 1279 | + | |
| 1280 | + | |
| 1281 | + | |
1278 | 1282 | | |
1279 | 1283 | | |
1280 | 1284 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| 184 | + | |
184 | 185 | | |
185 | 186 | | |
186 | 187 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
56 | 60 | | |
57 | 61 | | |
58 | 62 | | |
| |||
199 | 203 | | |
200 | 204 | | |
201 | 205 | | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
202 | 214 | | |
203 | 215 | | |
204 | 216 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
119 | | - | |
| 118 | + | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
0 commit comments