-
Notifications
You must be signed in to change notification settings - Fork 46
Native auth: JIT feature implementation #2639
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Adding network layer for JIT feature. Integration tests are written for the NativeAuthOAuth2Strategy class. To write tests for this class, I need to create new commandParameters classes. Since these classes are more related to the business logic, I decided to add them and the integration tests in the next PR. [AB#3188135](https://identitydivision.visualstudio.com/Engineering/_workitems/edit/3188135)
Last PR to complete JIT feature. This PR is in draft because tests are missing. You can review it in the meantime. MSAL PR: [#2290](AzureAD/microsoft-authentication-library-for-android#2290) [AB#3188136](https://identitydivision.visualstudio.com/Engineering/_workitems/edit/3188136)
...va/com/microsoft/identity/common/nativeauth/internal/controllers/NativeAuthControllerTest.kt
Outdated
Show resolved
Hide resolved
changelog.txt
Outdated
| - [MINOR] Move camera logic to CameraPermissionRequestHandler and add SdmQrPinManager (#2630) | ||
| - [MINOR] Pass Work Profile existence, OS Version, and Manufacturer to ESTS (#2627) | ||
| - [MINOR] Add telemetry for the switch browser protocol (#2612) | ||
| - [MINOR] Native auth: user can now register new strong authentication method when MFA is required (#2639) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we include name of strong auth method in the changlog note?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, sure. Thanks Fadi
fadidurah
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signing off on non-nativeauth files
This is the last PR that contains all the changes related to the JIT feature (registration of a new strong authentication method). MSAL Common PR: [#2639](AzureAD/microsoft-authentication-library-common-for-android#2639)
This is the last PR that contains all the changes related to the JIT feature (registration of a new strong authentication method).
MSAL PR: #2293