We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d0c225 commit 3e00e5bCopy full SHA for 3e00e5b
IdentityCore/src/validation/MSIDAuthority.h
@@ -110,6 +110,8 @@ typedef void(^MSIDOpenIdConfigurationInfoBlock)(MSIDOpenIdProviderMetadata * _Nu
110
context:(nullable id<MSIDRequestContext>)context
111
error:(NSError * _Nullable __autoreleasing * _Nullable)error;
112
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.
115
- (BOOL)needsUpdateToHomeAuthority:(BOOL)isAccountFromMSATenant;
116
117
@end
0 commit comments