Skip to content

Commit 3e00e5b

Browse files
committed
Add comment about API use
1 parent 5d0c225 commit 3e00e5b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

IdentityCore/src/validation/MSIDAuthority.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ typedef void(^MSIDOpenIdConfigurationInfoBlock)(MSIDOpenIdProviderMetadata * _Nu
110110
context:(nullable id<MSIDRequestContext>)context
111111
error:(NSError * _Nullable __autoreleasing * _Nullable)error;
112112

113+
// this API will return true if authority is of common/consumers/(organizations and non MSA account) ,
114+
// API can be used to determine if we want to update the request authority to the home authority of the account.
113115
- (BOOL)needsUpdateToHomeAuthority:(BOOL)isAccountFromMSATenant;
114116

115117
@end

0 commit comments

Comments
 (0)