Commit 7335d18
Release 1.6.3 (#966)
* POC for Olga's suggestion
* initialize commit
* throttling service core functions
* update last refresh time function
* hook up throttling in silent request
* update invoke point for UI Throttle
* refactor code. invoke sso-ext flow
* refactor
* update SSO-ext flow
* update file location
* update metadata cache. Address some comments
* refactor code: move throttling type handler to helper class. add more utiliti class
* refactor code to using factory pattern. Move the business handle code from service to Model class
* clean code
* fix error when e2e test. Address some comment. Clean some unused class
* initial commit
* first sample unit test :)
* new UT
* changelog
* fixed unsigned int in MSIDThrottlingModelInteractionRequire
* ...
* ..
* travis silly unsigned error
* Address comments
* address comment
* update Peter comments
* address comments
* update last refresh time when interactive flow is success
* update thumbprint log
* ...
* gosh
* ...
* ...
* fix UT
* Handle missing bundle identifier when writing wipe data to keychain
* nonSSO serverside test
* address comment. update sso interactive flow.
* intermi save
* added more unit tests
* throtting service integration test
* demiurge
* throttling test
* update from accessgroup to datasource
* saving
* yaldabaoth
* ...
* ...
* monad
* resolved unit test failure due to swizzling/category method for default cache accessor
* reverting unnecessary changes
* solved concurrency issue
* heroic
* enhanced logging
* changelog
* add unit tests
* Remove input param to make the method reusable in CPP, added tests (#956)
* Remove input param to make the method reusable in CPP, added tests
* try fix UT
* add and change some parameters
* clean up the format
* update
* clean up files
* fix ascii error when reporting build in terminal
* fix swizzle causing test cases failing
* fix swizzle
* added PII masking
* address comments
* add extended token cache into interactive token request, remove casting in local intereactive controller
* merge with dev
* add extended token cache in sso ext silent token request
* update back code
* remove class check
* added additional logging
* Throttling merge to dev (#960)
* throttling feature.
* update at pop logic
* update changelog
* Minor logging improvements
* addressed comments
* Initial Commit
* Removed unnecessary change
* Changelog
* Update changelog.
* Update release branch (#968)
* Added checking for the existence of id_token when validating response
* Skip validate token result for id_token only case
* Fixed compile error
* Skip save access token
* Adding test case
* Addressed comments
* Fixed build issue
* Modify init method for keychain token cache so that developers can se… (#965)
* Address commits from previous PR (#967)
Co-authored-by: Tatsuro Shibamura <me@shibayan.jp>
Co-authored-by: Olga Dalton <oldalton@microsoft.com>
Co-authored-by: kaisong1990 <kaisong1990@gmail.com>
Co-authored-by: Hieu Nguyen <65981263+hieunguyenmsft@users.noreply.github.com>
Co-authored-by: Peter Lee <peterlee@ELSMITH2-X1G2.northamerica.corp.microsoft.com>
Co-authored-by: HieuNguyen <hiengu@microsoft.com>
Co-authored-by: Peter Lee <peterlee@Peters-MacBook-Pro.local>
Co-authored-by: Peter Lee <30302999+NerevarineRule@users.noreply.github.com>
Co-authored-by: Olga Dalton <oldalton@microsoft.com>
Co-authored-by: Peter Lee <peterlee@MININT-947M1BJ.redmond.corp.microsoft.com>
Co-authored-by: Peter Lee <peterlee@CBREV-LOOGUN.northamerica.corp.microsoft.com>
Co-authored-by: Yong Zeng <zeyong@microsoft.com>
Co-authored-by: kaisong1990 <kaisong1990@gmail.com>
Co-authored-by: tongyuze <yuto@microsoft.com>
Co-authored-by: Logan Dorsey <>
Co-authored-by: Logan Dorsey <logdog16@users.noreply.github.com>
Co-authored-by: Tatsuro Shibamura <me@shibayan.jp>1 parent 9e0af0b commit 7335d18
File tree
89 files changed
+4314
-272
lines changed- IdentityCore
- IdentityCore.xcodeproj
- src
- broker_operation/request/silent_token_request
- cache
- accessor
- mac
- token
- controllers
- broker
- intune
- logger
- network/session_delegate
- oauth2
- token
- pop_manager
- requests
- broker
- sdk
- adal
- msal
- throttling
- cache
- metadata
- model
- thumbprint_calculation
- util
- validation
- webview/operations
- tests
- integration
- ios
- mocks
- throttling
- util
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
89 files changed
+4314
-272
lines changedLarge diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| 110 | + | |
110 | 111 | | |
111 | 112 | | |
112 | 113 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
112 | 113 | | |
113 | 114 | | |
114 | 115 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
| 133 | + | |
133 | 134 | | |
134 | 135 | | |
135 | 136 | | |
| |||
147 | 148 | | |
148 | 149 | | |
149 | 150 | | |
| 151 | + | |
150 | 152 | | |
151 | 153 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
562 | 562 | | |
563 | 563 | | |
564 | 564 | | |
565 | | - | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
566 | 573 | | |
567 | 574 | | |
568 | 575 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| 42 | + | |
| 43 | + | |
41 | 44 | | |
42 | 45 | | |
43 | 46 | | |
| |||
Lines changed: 11 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
| |||
69 | 68 | | |
70 | 69 | | |
71 | 70 | | |
| 71 | + | |
| 72 | + | |
72 | 73 | | |
73 | | - | |
| 74 | + | |
74 | 75 | | |
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
| 80 | + | |
79 | 81 | | |
80 | 82 | | |
81 | 83 | | |
| |||
91 | 93 | | |
92 | 94 | | |
93 | 95 | | |
94 | | - | |
| 96 | + | |
95 | 97 | | |
96 | 98 | | |
| 99 | + | |
97 | 100 | | |
98 | 101 | | |
99 | 102 | | |
100 | 103 | | |
101 | 104 | | |
| 105 | + | |
102 | 106 | | |
103 | 107 | | |
104 | 108 | | |
| |||
110 | 114 | | |
111 | 115 | | |
112 | 116 | | |
| 117 | + | |
113 | 118 | | |
114 | 119 | | |
115 | | - | |
| 120 | + | |
116 | 121 | | |
117 | 122 | | |
118 | | - | |
| 123 | + | |
119 | 124 | | |
120 | 125 | | |
121 | | - | |
| 126 | + | |
122 | 127 | | |
123 | 128 | | |
124 | 129 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| 42 | + | |
| 43 | + | |
41 | 44 | | |
42 | 45 | | |
43 | 46 | | |
| |||
0 commit comments