Skip to content
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

Multi-tenant PkeyAuth support #1438

Merged
merged 11 commits into from
Feb 9, 2022
Merged

Multi-tenant PkeyAuth support #1438

merged 11 commits into from
Feb 9, 2022

Conversation

oldalton
Copy link
Member

@oldalton oldalton commented Jan 31, 2022

Proposed changes

Allows handling PkeyAuth challenges for multiple tenant registrations. Note that MSAL version bump to 1.2 is a requirement to get tenantId from ESTS.
Main changes are in common core - mainly test app updates in MSAL repository allowing manual testing of this feature.

Type of change

  • Feature work
  • Bug fix
  • Documentation
  • Engineering change
  • Test
  • Logging/Telemetry

Risk

  • High – Errors could cause MAJOR regression of many scenarios. (Example: new large features or high level infrastructure changes)
  • Medium – Errors could cause regression of 1 or more scenarios. (Example: somewhat complex bug fixes, small new features)
  • Small – No issues are expected. (Example: Very small bug fixes, string changes, or configuration settings changes)

Additional information

@oldalton oldalton requested a review from a team as a code owner January 31, 2022 17:20
@oldalton oldalton changed the title Oldalton/multiple pkeyauth Multi-tenant PkeyAuth support Jan 31, 2022
@@ -57,6 +57,8 @@
#define TEST_EMBEDDED_WEBVIEW_MSAL 0
#define TEST_EMBEDDED_WEBVIEW_CUSTOM 1

static NSString *const kDeviceIdClaimsValue = @"{\"access_token\":{\"deviceid\":{\"essential\":true}}}";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just curious, in our code base, we have static variable names in the form of s_***, k*** as well as underscore-concatenated capitals, do we have any preference or guidance? :)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't :) But good callout to have an agreement.

@oldalton oldalton merged commit a23065e into dev Feb 9, 2022
@oldalton oldalton deleted the oldalton/multiple_pkeyauth branch February 9, 2022 05:42
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants