This pull request primarily involves the addition of a new account type, MSIDAccountTypeADFS, to handle On-prem ADFS scenarios in the IdentityCore library. The changes are reflected in the enumeration MSIDAccountType and the associated account type handling methods. The changelog has also been updated to reflect this new feature.
Proposed changes
This pull request primarily involves the addition of a new account type,
MSIDAccountTypeADFS
, to handle On-prem ADFS scenarios in the IdentityCore library. The changes are reflected in the enumerationMSIDAccountType
and the associated account type handling methods. The changelog has also been updated to reflect this new feature.Here are the key changes:
IdentityCore/src/oauth2/account/MSIDAccountType.h
: AddedMSIDAccountTypeADFS
to theMSIDAccountType
enumeration.IdentityCore/src/oauth2/account/MSIDAccountType.m
: Updated theaccountTypeAsString:
method to return "ADFS" when the account type isMSIDAccountTypeADFS
.IdentityCore/src/oauth2/account/MSIDAccountType.m
: Updated theaccountTypeFromString:
method to map the string "adfs" toMSIDAccountTypeADFS
.changelog.txt
: Added a changelog entry for the new feature in version 1.7.37.Type of change
Risk
Additional information