File tree Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Expand file tree Collapse file tree 3 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -873,8 +873,9 @@ - (void)acquireTokenSilentWithParameters:(MSALSilentTokenParameters *)parameters
873
873
msidParams.currentRequestTelemetry .schemaVersion = HTTP_REQUEST_TELEMETRY_SCHEMA_VERSION;
874
874
msidParams.currentRequestTelemetry .apiId = [msidParams.telemetryApiId integerValue ];
875
875
msidParams.currentRequestTelemetry .tokenCacheRefreshType = parameters.forceRefresh ? TokenCacheRefreshTypeForceRefresh : TokenCacheRefreshTypeNoCacheLookupInvolved;
876
- msidParams.allowUsingLocalCachedRtWhenSsoExtFailed = parameters.allowUsingLocalCachedRtWhenSsoExtFailed ;
877
-
876
+ msidParams.allowUsingLocalCachedRtWhenSsoExtFailed = parameters.allowUsingLocalCachedRtWhenSsoExtFailed ;
877
+ msidParams.forceRefresh = parameters.forceRefresh ;
878
+
878
879
// Nested auth protocol
879
880
msidParams.nestedAuthBrokerClientId = self.internalConfig .nestedAuthBrokerClientId ;
880
881
msidParams.nestedAuthBrokerRedirectUri = self.internalConfig .nestedAuthBrokerRedirectUri ;
Original file line number Diff line number Diff line change 420
420
representing the TenantID property of the directory)
421
421
@param claimsRequest The claims parameter that needs to be sent to token endpoint. When claims
422
422
is passed, access token will be skipped and refresh token will be tried.
423
- @param forceRefresh Ignore any existing access token in the cache and force MSAL to
423
+ @param forceRefresh Ignore any existing access token in the cache and force MSAL/Broker to
424
424
get a new access token from the service.
425
425
@param correlationId UUID to correlate this request with the server
426
426
@param completionBlock The completion block that will be called when the authentication
Original file line number Diff line number Diff line change
1
+ trigger :
2
+ branches :
3
+ include :
4
+ - main
5
+ paths :
6
+ include :
7
+ - CHANGELOG.md
8
+
9
+ pr : none
You can’t perform that action at this time.
0 commit comments