| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444 |
- /*
- * Copyright 2017 Google
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
- #import <TargetConditionals.h>
- #if TARGET_OS_IOS
- #import <OCMock/OCMock.h>
- #import <XCTest/XCTest.h>
- #import "FirebaseAuth/Sources/Public/FirebaseAuth/FIRAuthErrors.h"
- #import "FirebaseAuth/Sources/Public/FirebaseAuth/FIRAuthUIDelegate.h"
- #import "FirebaseAuth/Sources/Public/FirebaseAuth/FIROAuthProvider.h"
- #import "FirebaseCore/Extension/FirebaseCoreInternal.h"
- #import "FirebaseAuth/Sources/Auth/FIRAuthGlobalWorkQueue.h"
- #import "FirebaseAuth/Sources/Auth/FIRAuth_Internal.h"
- #import "FirebaseAuth/Sources/AuthProvider/OAuth/FIROAuthCredential_Internal.h"
- #import "FirebaseAuth/Sources/Backend/FIRAuthBackend.h"
- #import "FirebaseAuth/Sources/Backend/FIRAuthRequestConfiguration.h"
- #import "FirebaseAuth/Sources/Backend/RPC/FIRGetProjectConfigRequest.h"
- #import "FirebaseAuth/Sources/Backend/RPC/FIRGetProjectConfigResponse.h"
- #import "FirebaseAuth/Sources/Utilities/FIRAuthErrorUtils.h"
- #import "FirebaseAuth/Sources/Utilities/FIRAuthURLPresenter.h"
- #import "FirebaseAuth/Sources/Utilities/FIRAuthWebUtils.h"
- #import "FirebaseAuth/Tests/Unit/FIRFakeAppCheck.h"
- #import "FirebaseAuth/Tests/Unit/OCMStubRecorder+FIRAuthUnitTests.h"
- /** @var kExpectationTimeout
- @brief The maximum time waiting for expectations to fulfill.
- */
- static const NSTimeInterval kExpectationTimeout = 1;
- /** @var kFakeAuthorizedDomain
- @brief A fake authorized domain for the app.
- */
- static NSString *const kFakeAuthorizedDomain = @"test.firebaseapp.com";
- /** @var kFakeBundleID
- @brief A fake bundle ID.
- */
- static NSString *const kFakeBundleID = @"com.firebaseapp.example";
- /** @var kFakeAccessToken
- @brief A fake access token for testing.
- */
- static NSString *const kFakeAccessToken = @"fakeAccessToken";
- /** @var kFakeIDToken
- @brief A fake ID token for testing.
- */
- static NSString *const kFakeIDToken = @"fakeIDToken";
- /** @var kFakeProviderID
- @brief A fake provider ID for testing.
- */
- static NSString *const kFakeProviderID = @"fakeProviderID";
- /** @var kFakeGivenName
- @brief A fake given name for testing.
- */
- static NSString *const kFakeGivenName = @"fakeGivenName";
- /** @var kFakeFamilyName
- @brief A fake family name for testing.
- */
- static NSString *const kFakeFamilyName = @"fakeFamilyName";
- /** @var kFakeAPIKey
- @brief A fake API key.
- */
- static NSString *const kFakeAPIKey = @"asdfghjkl";
- /** @var kFakeEmulatorHost
- @brief A fake emulator host.
- */
- static NSString *const kFakeEmulatorHost = @"emulatorhost";
- /** @var kFakeEmulatorPort
- @brief A fake emulator port.
- */
- static NSString *const kFakeEmulatorPort = @"12345";
- /** @var kFakeClientID
- @brief A fake client ID.
- */
- static NSString *const kFakeClientID = @"123456.apps.googleusercontent.com";
- /** @var kFakeReverseClientID
- @brief The dot-reversed version of the fake client ID.
- */
- static NSString *const kFakeReverseClientID = @"com.googleusercontent.apps.123456";
- /** @var kFakeFirebaseAppID
- @brief A fake Firebase app ID.
- */
- static NSString *const kFakeFirebaseAppID = @"1:123456789:ios:123abc456def";
- /** @var kFakeEncodedFirebaseAppID
- @brief A fake encoded Firebase app ID to be used as a custom URL scheme.
- */
- static NSString *const kFakeEncodedFirebaseAppID = @"app-1-123456789-ios-123abc456def";
- /** @var kFakeTenantID
- @brief A fake tenant ID.
- */
- static NSString *const kFakeTenantID = @"tenantID";
- /** @var kFakeOAuthResponseURL
- @brief A fake OAuth response URL used in test.
- */
- static NSString *const kFakeOAuthResponseURL = @"fakeOAuthResponseURL";
- /** @var kFakeRedirectURLResponseURL
- @brief A fake callback URL (minus the scheme) containing a fake response URL.
- */
- static NSString *const kFakeRedirectURLResponseURL =
- @"://firebaseauth/"
- @"link?deep_link_id=https%3A%2F%2Fexample.firebaseapp.com%2F__%2Fauth%2Fcallback%3FauthType%"
- @"3DsignInWithRedirect%26link%3D";
- /** @var kFakeRedirectURLBaseErrorString
- @brief The base for a fake redirect URL string that contains an error.
- */
- static NSString *const kFakeRedirectURLBaseErrorString =
- @"com.googleusercontent.apps.123456://fire"
- "baseauth/link?deep_link_id=https%3A%2F%2Fexample.firebaseapp.com%2F__%2Fauth%2Fcallback%3f";
- /** @var kNetworkRequestFailedErrorString
- @brief The error message returned if a network request failure occurs within the web context.
- */
- static NSString *const kNetworkRequestFailedErrorString =
- @"firebaseError%3D%257B%2522code%2"
- "522%253A%2522auth%252Fnetwork-request-failed%2522%252C%2522message%2522%253A%2522The%"
- "2520netwo"
- "rk%2520request%2520failed%2520.%2522%257D%26authType%3DsignInWithRedirect";
- /** @var kInvalidClientIDString
- @brief The error message returned if the client ID used is invalid.
- */
- static NSString *const kInvalidClientIDString =
- @"firebaseError%3D%257B%2522code%2522%253A%2522auth"
- "%252Finvalid-oauth-client-id%2522%252C%2522message%2522%253A%2522The%2520OAuth%2520client%"
- "2520"
- "ID%2520provided%2520is%2520either%2520invalid%2520or%2520does%2520not%2520match%2520the%"
- "2520sp"
- "ecified%2520API%2520key.%2522%257D%26authType%3DsignInWithRedirect";
- /** @var kInternalErrorString
- @brief The error message returned if there is an internal error within the web context.
- */
- static NSString *const kInternalErrorString =
- @"firebaseError%3D%257B%2522code%2522%253"
- "A%2522auth%252Finternal-error%2522%252C%2522message%2522%253A%2522Internal%2520error%2520.%"
- "252"
- "2%257D%26authType%3DsignInWithRedirect";
- /** @var kUnknownErrorString
- @brief The error message returned if an unknown error is returned from the web context.
- */
- static NSString *const kUnknownErrorString =
- @"firebaseError%3D%257B%2522code%2522%253A%2522auth%2"
- "52Funknown-error-id%2522%252C%2522message%2522%253A%2522The%2520OAuth%2520client%2520ID%"
- "2520pr"
- "ovided%2520is%2520either%2520invalid%2520or%2520does%2520not%2520match%2520the%2520specified%"
- "2"
- "520API%2520key.%2522%257D%26authType%3DsignInWithRedirect";
- @interface FIROAuthProviderTests : XCTestCase
- @end
- @implementation FIROAuthProviderTests {
- /** @var _mockBackend
- @brief The mock @c FIRAuthBackendImplementation.
- */
- id _mockBackend;
- /** @var _provider
- @brief The @c FIROAuthProvider instance under test.
- */
- FIROAuthProvider *_provider;
- /** @var _mockAuth
- @brief The mock @c FIRAuth instance associated with @c _provider.
- */
- id _mockAuth;
- /** @var _mockURLPresenter
- @brief The mock @c FIRAuthURLPresenter instance associated with @c _mockAuth.
- */
- id _mockURLPresenter;
- /** @var _mockApp
- @brief The mock @c FIRApp instance associated with @c _mockAuth.
- */
- id _mockApp;
- /** @var _mockOptions
- @brief The mock @c FIROptions instance associated with @c _mockApp.
- */
- id _mockOptions;
- /** @var _mockRequestConfiguration
- @brief The mock @c FIRAuthRequestConfiguration instance associated with @c _mockAuth.
- */
- id _mockRequestConfiguration;
- }
- - (void)setUp {
- [super setUp];
- _mockBackend = OCMProtocolMock(@protocol(FIRAuthBackendImplementation));
- [FIRAuthBackend setBackendImplementation:_mockBackend];
- _mockAuth = OCMClassMock([FIRAuth class]);
- _mockApp = OCMClassMock([FIRApp class]);
- OCMStub([_mockAuth app]).andReturn(_mockApp);
- _mockOptions = OCMClassMock([FIROptions class]);
- OCMStub([(FIRApp *)_mockApp options]).andReturn(_mockOptions);
- OCMStub([_mockOptions googleAppID]).andReturn(kFakeFirebaseAppID);
- _mockURLPresenter = OCMClassMock([FIRAuthURLPresenter class]);
- OCMStub([_mockAuth authURLPresenter]).andReturn(_mockURLPresenter);
- _mockRequestConfiguration = OCMClassMock([FIRAuthRequestConfiguration class]);
- OCMStub([_mockAuth requestConfiguration]).andReturn(_mockRequestConfiguration);
- OCMStub([_mockRequestConfiguration APIKey]).andReturn(kFakeAPIKey);
- }
- /** @fn testObtainingOAuthCredentialNoIDToken
- @brief Tests the correct creation of an OAuthCredential without an IDToken.
- */
- - (void)testObtainingOAuthCredentialNoIDToken {
- FIRAuthCredential *credential = [FIROAuthProvider credentialWithProviderID:kFakeProviderID
- accessToken:kFakeAccessToken];
- XCTAssertTrue([credential isKindOfClass:[FIROAuthCredential class]]);
- FIROAuthCredential *OAuthCredential = (FIROAuthCredential *)credential;
- XCTAssertEqualObjects(OAuthCredential.accessToken, kFakeAccessToken);
- XCTAssertEqualObjects(OAuthCredential.provider, kFakeProviderID);
- XCTAssertNil(OAuthCredential.IDToken);
- }
- /** @fn testObtainingOAuthCredentialWithFullName
- @brief Tests the correct creation of an OAuthCredential with a fullName.
- */
- - (void)testObtainingOAuthCredentialWithFullName {
- NSPersonNameComponents *fullName = [[NSPersonNameComponents alloc] init];
- fullName.givenName = kFakeGivenName;
- fullName.familyName = kFakeFamilyName;
- FIRAuthCredential *credential = [FIROAuthProvider appleCredentialWithIDToken:kFakeIDToken
- rawNonce:nil
- fullName:fullName];
- XCTAssertTrue([credential isKindOfClass:[FIROAuthCredential class]]);
- FIROAuthCredential *OAuthCredential = (FIROAuthCredential *)credential;
- XCTAssertEqualObjects(OAuthCredential.provider, @"apple.com");
- XCTAssertEqualObjects(OAuthCredential.IDToken, kFakeIDToken);
- XCTAssertEqualObjects(OAuthCredential.fullName, fullName);
- XCTAssertNil(OAuthCredential.accessToken);
- }
- /** @fn testObtainingOAuthCredentialWithIDToken
- @brief Tests the correct creation of an OAuthCredential with an IDToken
- */
- - (void)testObtainingOAuthCredentialWithIDToken {
- FIRAuthCredential *credential = [FIROAuthProvider credentialWithProviderID:kFakeProviderID
- IDToken:kFakeIDToken
- accessToken:kFakeAccessToken];
- XCTAssertTrue([credential isKindOfClass:[FIROAuthCredential class]]);
- FIROAuthCredential *OAuthCredential = (FIROAuthCredential *)credential;
- XCTAssertEqualObjects(OAuthCredential.accessToken, kFakeAccessToken);
- XCTAssertEqualObjects(OAuthCredential.provider, kFakeProviderID);
- XCTAssertEqualObjects(OAuthCredential.IDToken, kFakeIDToken);
- }
- /** @fn testObtainingOAuthProvider
- @brief Tests the correct creation of an FIROAuthProvider instance.
- */
- - (void)testObtainingOAuthProvider {
- id mockAuth = OCMClassMock([FIRAuth class]);
- id mockApp = OCMClassMock([FIRApp class]);
- OCMStub([mockAuth app]).andReturn(mockApp);
- id mockOptions = OCMClassMock([FIROptions class]);
- OCMStub([mockOptions clientID]).andReturn(kFakeClientID);
- OCMStub([mockOptions googleAppID]).andReturn(kFakeFirebaseAppID);
- OCMStub([(FIRApp *)mockApp options]).andReturn(mockOptions);
- FIROAuthProvider *OAuthProvider = [FIROAuthProvider providerWithProviderID:kFakeProviderID
- auth:mockAuth];
- XCTAssertTrue([OAuthProvider isKindOfClass:[FIROAuthProvider class]]);
- XCTAssertEqualObjects(OAuthProvider.providerID, kFakeProviderID);
- }
- /** @fn testGetCredentialWithUIDelegateWithClientID
- @brief Tests a successful invocation of @c getCredentialWithUIDelegte:completion:
- */
- - (void)testGetCredentialWithUIDelegateWithClientID {
- id mockBundle = OCMClassMock([NSBundle class]);
- OCMStub(ClassMethod([mockBundle mainBundle])).andReturn(mockBundle);
- OCMStub([mockBundle objectForInfoDictionaryKey:@"CFBundleURLTypes"]).andReturn(@[
- @{@"CFBundleURLSchemes" : @[ kFakeReverseClientID ]}
- ]);
- OCMStub([mockBundle bundleIdentifier]).andReturn(kFakeBundleID);
- OCMStub([_mockOptions clientID]).andReturn(kFakeClientID);
- _provider = [FIROAuthProvider providerWithProviderID:kFakeProviderID auth:_mockAuth];
- OCMExpect([_mockBackend getProjectConfig:[OCMArg any] callback:[OCMArg any]])
- .andCallBlock2(
- ^(FIRGetProjectConfigRequest *request, FIRGetProjectConfigResponseCallback callback) {
- XCTAssertNotNil(request);
- dispatch_async(FIRAuthGlobalWorkQueue(), ^() {
- id mockGetProjectConfigResponse = OCMClassMock([FIRGetProjectConfigResponse class]);
- OCMStub([mockGetProjectConfigResponse authorizedDomains]).andReturn(@[
- kFakeAuthorizedDomain
- ]);
- callback(mockGetProjectConfigResponse, nil);
- });
- });
- id mockUIDelegate = OCMProtocolMock(@protocol(FIRAuthUIDelegate));
- // Expect view controller presentation by UIDelegate.
- OCMExpect([_mockURLPresenter presentURL:OCMOCK_ANY
- UIDelegate:mockUIDelegate
- callbackMatcher:OCMOCK_ANY
- completion:OCMOCK_ANY])
- .andDo(^(NSInvocation *invocation) {
- __unsafe_unretained id unretainedArgument;
- // Indices 0 and 1 indicate the hidden arguments self and _cmd.
- // `presentURL` is at index 2.
- [invocation getArgument:&unretainedArgument atIndex:2];
- NSURL *presentURL = unretainedArgument;
- XCTAssertEqualObjects(presentURL.scheme, @"https");
- XCTAssertEqualObjects(presentURL.host, kFakeAuthorizedDomain);
- XCTAssertEqualObjects(presentURL.path, @"/__/auth/handler");
- NSDictionary *params = [FIRAuthWebUtils dictionaryWithHttpArgumentsString:presentURL.query];
- XCTAssertEqualObjects(params[@"ibi"], kFakeBundleID);
- XCTAssertEqualObjects(params[@"clientId"], kFakeClientID);
- XCTAssertEqualObjects(params[@"apiKey"], kFakeAPIKey);
- XCTAssertEqualObjects(params[@"authType"], @"signInWithRedirect");
- XCTAssertNotNil(params[@"v"]);
- XCTAssertNil(params[@"tid"]);
- NSString *appCheckToken = presentURL.fragment;
- XCTAssertNil(appCheckToken);
- // `callbackMatcher` is at index 4
- [invocation getArgument:&unretainedArgument atIndex:4];
- FIRAuthURLCallbackMatcher callbackMatcher = unretainedArgument;
- NSMutableString *redirectURL = [NSMutableString
- stringWithString:[kFakeReverseClientID
- stringByAppendingString:kFakeRedirectURLResponseURL]];
- // Add fake OAuthResponse to callback.
- [redirectURL appendString:kFakeOAuthResponseURL];
- // Verify that the URL is rejected by the callback matcher without the event ID.
- XCTAssertFalse(callbackMatcher([NSURL URLWithString:redirectURL]));
- [redirectURL appendString:@"%26eventId%3D"];
- [redirectURL appendString:params[@"eventId"]];
- NSURLComponents *originalComponents = [[NSURLComponents alloc] initWithString:redirectURL];
- // Verify that the URL is accepted by the callback matcher with the matching event ID.
- XCTAssertTrue(callbackMatcher([originalComponents URL]));
- NSURLComponents *components = [originalComponents copy];
- components.query = @"https";
- XCTAssertFalse(callbackMatcher([components URL]));
- components = [originalComponents copy];
- components.host = @"badhost";
- XCTAssertFalse(callbackMatcher([components URL]));
- components = [originalComponents copy];
- components.path = @"badpath";
- XCTAssertFalse(callbackMatcher([components URL]));
- components = [originalComponents copy];
- components.query = @"badquery";
- XCTAssertFalse(callbackMatcher([components URL]));
- // `completion` is at index 5
- [invocation getArgument:&unretainedArgument atIndex:5];
- FIRAuthURLPresentationCompletion completion = unretainedArgument;
- dispatch_async(FIRAuthGlobalWorkQueue(), ^() {
- completion(originalComponents.URL, nil);
- });
- });
- XCTestExpectation *expectation = [self expectationWithDescription:@"callback"];
- [_provider
- getCredentialWithUIDelegate:mockUIDelegate
- completion:^(FIRAuthCredential *_Nullable credential,
- NSError *_Nullable error) {
- XCTAssertTrue([NSThread isMainThread]);
- XCTAssertNil(error);
- XCTAssertTrue([credential isKindOfClass:[FIROAuthCredential class]]);
- FIROAuthCredential *OAuthCredential = (FIROAuthCredential *)credential;
- XCTAssertEqualObjects(kFakeOAuthResponseURL,
- OAuthCredential.OAuthResponseURLString);
- [expectation fulfill];
- }];
- [self waitForExpectationsWithTimeout:kExpectationTimeout handler:nil];
- OCMVerifyAll(_mockBackend);
- }
- /** @fn testGetCredentialWithUIDelegateWithTenantID
- @brief Tests a successful invocation of @c getCredentialWithUIDelegte:completion:
- */
- - (void)testGetCredentialWithUIDelegateWithTenantID {
- id mockBundle = OCMClassMock([NSBundle class]);
- OCMStub(ClassMethod([mockBundle mainBundle])).andReturn(mockBundle);
- OCMStub([mockBundle objectForInfoDictionaryKey:@"CFBundleURLTypes"]).andReturn(@[
- @{@"CFBundleURLSchemes" : @[ kFakeReverseClientID ]}
- ]);
- OCMStub([mockBundle bundleIdentifier]).andReturn(kFakeBundleID);
- OCMStub([_mockAuth tenantID]).andReturn(kFakeTenantID);
- OCMStub([_mockOptions clientID]).andReturn(kFakeClientID);
- _provider = [FIROAuthProvider providerWithProviderID:kFakeProviderID auth:_mockAuth];
- OCMExpect([_mockBackend getProjectConfig:[OCMArg any] callback:[OCMArg any]])
- .andCallBlock2(
- ^(FIRGetProjectConfigRequest *request, FIRGetProjectConfigResponseCallback callback) {
- XCTAssertNotNil(request);
- dispatch_async(FIRAuthGlobalWorkQueue(), ^() {
- id mockGetProjectConfigResponse = OCMClassMock([FIRGetProjectConfigResponse class]);
- OCMStub([mockGetProjectConfigResponse authorizedDomains]).andReturn(@[
- kFakeAuthorizedDomain
- ]);
- callback(mockGetProjectConfigResponse, nil);
- });
- });
- id mockUIDelegate = OCMProtocolMock(@protocol(FIRAuthUIDelegate));
- // Expect view controller presentation by UIDelegate.
- OCMExpect([_mockURLPresenter presentURL:OCMOCK_ANY
- UIDelegate:mockUIDelegate
- callbackMatcher:OCMOCK_ANY
- completion:OCMOCK_ANY])
- .andDo(^(NSInvocation *invocation) {
- __unsafe_unretained id unretainedArgument;
- // Indices 0 and 1 indicate the hidden arguments self and _cmd.
- // `presentURL` is at index 2.
- [invocation getArgument:&unretainedArgument atIndex:2];
- NSURL *presentURL = unretainedArgument;
- XCTAssertEqualObjects(presentURL.scheme, @"https");
- XCTAssertEqualObjects(presentURL.host, kFakeAuthorizedDomain);
- XCTAssertEqualObjects(presentURL.path, @"/__/auth/handler");
- NSDictionary *params = [FIRAuthWebUtils dictionaryWithHttpArgumentsString:presentURL.query];
- XCTAssertEqualObjects(params[@"ibi"], kFakeBundleID);
- XCTAssertEqualObjects(params[@"clientId"], kFakeClientID);
- XCTAssertEqualObjects(params[@"apiKey"], kFakeAPIKey);
- XCTAssertEqualObjects(params[@"authType"], @"signInWithRedirect");
- XCTAssertEqualObjects(params[@"tid"], kFakeTenantID);
- XCTAssertNotNil(params[@"v"]);
- NSString *appCheckToken = presentURL.fragment;
- XCTAssertNil(appCheckToken);
- // `callbackMatcher` is at index 4
- [invocation getArgument:&unretainedArgument atIndex:4];
- FIRAuthURLCallbackMatcher callbackMatcher = unretainedArgument;
- NSMutableString *redirectURL = [NSMutableString
- stringWithString:[kFakeReverseClientID
- stringByAppendingString:kFakeRedirectURLResponseURL]];
- // Add fake OAuthResponse to callback.
- [redirectURL appendString:kFakeOAuthResponseURL];
- // Verify that the URL is rejected by the callback matcher without the event ID.
- XCTAssertFalse(callbackMatcher([NSURL URLWithString:redirectURL]));
- [redirectURL appendString:@"%26eventId%3D"];
- [redirectURL appendString:params[@"eventId"]];
- NSURLComponents *originalComponents = [[NSURLComponents alloc] initWithString:redirectURL];
- // Verify that the URL is accepted by the callback matcher with the matching event ID.
- XCTAssertTrue(callbackMatcher([originalComponents URL]));
- NSURLComponents *components = [originalComponents copy];
- components.query = @"https";
- XCTAssertFalse(callbackMatcher([components URL]));
- components = [originalComponents copy];
- components.host = @"badhost";
- XCTAssertFalse(callbackMatcher([components URL]));
- components = [originalComponents copy];
- components.path = @"badpath";
- XCTAssertFalse(callbackMatcher([components URL]));
- components = [originalComponents copy];
- components.query = @"badquery";
- XCTAssertFalse(callbackMatcher([components URL]));
- // `completion` is at index 5
- [invocation getArgument:&unretainedArgument atIndex:5];
- FIRAuthURLPresentationCompletion completion = unretainedArgument;
- dispatch_async(FIRAuthGlobalWorkQueue(), ^() {
- completion(originalComponents.URL, nil);
- });
- });
- XCTestExpectation *expectation = [self expectationWithDescription:@"callback"];
- [_provider
- getCredentialWithUIDelegate:mockUIDelegate
- completion:^(FIRAuthCredential *_Nullable credential,
- NSError *_Nullable error) {
- XCTAssertTrue([NSThread isMainThread]);
- XCTAssertNil(error);
- XCTAssertTrue([credential isKindOfClass:[FIROAuthCredential class]]);
- FIROAuthCredential *OAuthCredential = (FIROAuthCredential *)credential;
- XCTAssertEqualObjects(kFakeOAuthResponseURL,
- OAuthCredential.OAuthResponseURLString);
- [expectation fulfill];
- }];
- [self waitForExpectationsWithTimeout:kExpectationTimeout handler:nil];
- OCMVerifyAll(_mockBackend);
- }
- /** @fn testGetCredentialWithUIDelegateUserCancellationWithClientID
- @brief Tests an unsuccessful invocation of @c getCredentialWithUIDelegte:completion: due to user
- cancelation.
- */
- - (void)testGetCredentialWithUIDelegateUserCancellationWithClientID {
- id mockBundle = OCMClassMock([NSBundle class]);
- OCMStub(ClassMethod([mockBundle mainBundle])).andReturn(mockBundle);
- OCMStub([mockBundle objectForInfoDictionaryKey:@"CFBundleURLTypes"]).andReturn(@[
- @{@"CFBundleURLSchemes" : @[ kFakeReverseClientID ]}
- ]);
- OCMStub([mockBundle bundleIdentifier]).andReturn(kFakeBundleID);
- OCMStub([_mockOptions clientID]).andReturn(kFakeClientID);
- _provider = [FIROAuthProvider providerWithProviderID:kFakeProviderID auth:_mockAuth];
- OCMExpect([_mockBackend getProjectConfig:[OCMArg any] callback:[OCMArg any]])
- .andCallBlock2(
- ^(FIRGetProjectConfigRequest *request, FIRGetProjectConfigResponseCallback callback) {
- XCTAssertNotNil(request);
- dispatch_async(FIRAuthGlobalWorkQueue(), ^() {
- id mockGetProjectConfigResponse = OCMClassMock([FIRGetProjectConfigResponse class]);
- OCMStub([mockGetProjectConfigResponse authorizedDomains]).andReturn(@[
- kFakeAuthorizedDomain
- ]);
- callback(mockGetProjectConfigResponse, nil);
- });
- });
- id mockUIDelegate = OCMProtocolMock(@protocol(FIRAuthUIDelegate));
- // Expect view controller presentation by UIDelegate.
- OCMExpect([_mockURLPresenter presentURL:OCMOCK_ANY
- UIDelegate:mockUIDelegate
- callbackMatcher:OCMOCK_ANY
- completion:OCMOCK_ANY])
- .andDo(^(NSInvocation *invocation) {
- __unsafe_unretained id unretainedArgument;
- // Indices 0 and 1 indicate the hidden arguments self and _cmd.
- // `presentURL` is at index 2.
- [invocation getArgument:&unretainedArgument atIndex:2];
- NSURL *presentURL = unretainedArgument;
- XCTAssertEqualObjects(presentURL.scheme, @"https");
- XCTAssertEqualObjects(presentURL.host, kFakeAuthorizedDomain);
- XCTAssertEqualObjects(presentURL.path, @"/__/auth/handler");
- NSDictionary *params = [FIRAuthWebUtils dictionaryWithHttpArgumentsString:presentURL.query];
- XCTAssertEqualObjects(params[@"ibi"], kFakeBundleID);
- XCTAssertEqualObjects(params[@"clientId"], kFakeClientID);
- XCTAssertEqualObjects(params[@"apiKey"], kFakeAPIKey);
- XCTAssertEqualObjects(params[@"authType"], @"signInWithRedirect");
- XCTAssertNotNil(params[@"v"]);
- XCTAssertNil(params[@"tid"]);
- NSString *appCheckToken = presentURL.fragment;
- XCTAssertNil(appCheckToken);
- // `callbackMatcher` is at index 4
- [invocation getArgument:&unretainedArgument atIndex:4];
- FIRAuthURLCallbackMatcher callbackMatcher = unretainedArgument;
- NSMutableString *redirectURL = [NSMutableString
- stringWithString:[kFakeReverseClientID
- stringByAppendingString:kFakeRedirectURLResponseURL]];
- // Add fake OAuthResponse to callback.
- [redirectURL appendString:kFakeOAuthResponseURL];
- // Verify that the URL is rejected by the callback matcher without the event ID.
- XCTAssertFalse(callbackMatcher([NSURL URLWithString:redirectURL]));
- [redirectURL appendString:@"%26eventId%3D"];
- [redirectURL appendString:params[@"eventId"]];
- NSURLComponents *originalComponents = [[NSURLComponents alloc] initWithString:redirectURL];
- // Verify that the URL is accepted by the callback matcher with the matching event ID.
- XCTAssertTrue(callbackMatcher([originalComponents URL]));
- NSURLComponents *components = [originalComponents copy];
- components.query = @"https";
- XCTAssertFalse(callbackMatcher([components URL]));
- components = [originalComponents copy];
- components.host = @"badhost";
- XCTAssertFalse(callbackMatcher([components URL]));
- components = [originalComponents copy];
- components.path = @"badpath";
- XCTAssertFalse(callbackMatcher([components URL]));
- components = [originalComponents copy];
- components.query = @"badquery";
- XCTAssertFalse(callbackMatcher([components URL]));
- // `completion` is at index 5
- [invocation getArgument:&unretainedArgument atIndex:5];
- FIRAuthURLPresentationCompletion completion = unretainedArgument;
- dispatch_async(FIRAuthGlobalWorkQueue(), ^() {
- completion(nil, [FIRAuthErrorUtils webContextCancelledErrorWithMessage:nil]);
- });
- });
- XCTestExpectation *expectation = [self expectationWithDescription:@"callback"];
- [_provider getCredentialWithUIDelegate:mockUIDelegate
- completion:^(FIRAuthCredential *_Nullable credential,
- NSError *_Nullable error) {
- XCTAssertTrue([NSThread isMainThread]);
- XCTAssertNil(credential);
- XCTAssertEqual(FIRAuthErrorCodeWebContextCancelled, error.code);
- [expectation fulfill];
- }];
- [self waitForExpectationsWithTimeout:kExpectationTimeout handler:nil];
- OCMVerifyAll(_mockBackend);
- }
- /** @fn testGetCredentialWithUIDelegateNetworkRequestFailedWithClientID
- @brief Tests an unsuccessful invocation of @c getCredentialWithUIDelegte:completion: due to a
- failed network request within the web context.
- */
- - (void)testGetCredentialWithUIDelegateNetworkRequestFailedWithClientID {
- id mockBundle = OCMClassMock([NSBundle class]);
- OCMStub(ClassMethod([mockBundle mainBundle])).andReturn(mockBundle);
- OCMStub([mockBundle objectForInfoDictionaryKey:@"CFBundleURLTypes"]).andReturn(@[
- @{@"CFBundleURLSchemes" : @[ kFakeReverseClientID ]}
- ]);
- OCMStub([mockBundle bundleIdentifier]).andReturn(kFakeBundleID);
- OCMStub([_mockOptions clientID]).andReturn(kFakeClientID);
- _provider = [FIROAuthProvider providerWithProviderID:kFakeProviderID auth:_mockAuth];
- OCMExpect([_mockBackend getProjectConfig:[OCMArg any] callback:[OCMArg any]])
- .andCallBlock2(
- ^(FIRGetProjectConfigRequest *request, FIRGetProjectConfigResponseCallback callback) {
- XCTAssertNotNil(request);
- dispatch_async(FIRAuthGlobalWorkQueue(), ^() {
- id mockGetProjectConfigResponse = OCMClassMock([FIRGetProjectConfigResponse class]);
- OCMStub([mockGetProjectConfigResponse authorizedDomains]).andReturn(@[
- kFakeAuthorizedDomain
- ]);
- callback(mockGetProjectConfigResponse, nil);
- });
- });
- id mockUIDelegate = OCMProtocolMock(@protocol(FIRAuthUIDelegate));
- // Expect view controller presentation by UIDelegate.
- OCMExpect([_mockURLPresenter presentURL:OCMOCK_ANY
- UIDelegate:mockUIDelegate
- callbackMatcher:OCMOCK_ANY
- completion:OCMOCK_ANY])
- .andDo(^(NSInvocation *invocation) {
- __unsafe_unretained id unretainedArgument;
- // Indices 0 and 1 indicate the hidden arguments self and _cmd.
- // `presentURL` is at index 2.
- [invocation getArgument:&unretainedArgument atIndex:2];
- NSURL *presentURL = unretainedArgument;
- XCTAssertEqualObjects(presentURL.scheme, @"https");
- XCTAssertEqualObjects(presentURL.host, kFakeAuthorizedDomain);
- XCTAssertEqualObjects(presentURL.path, @"/__/auth/handler");
- NSDictionary *params = [FIRAuthWebUtils dictionaryWithHttpArgumentsString:presentURL.query];
- XCTAssertEqualObjects(params[@"ibi"], kFakeBundleID);
- XCTAssertEqualObjects(params[@"clientId"], kFakeClientID);
- XCTAssertEqualObjects(params[@"apiKey"], kFakeAPIKey);
- XCTAssertEqualObjects(params[@"authType"], @"signInWithRedirect");
- XCTAssertNotNil(params[@"v"]);
- XCTAssertNil(params[@"tid"]);
- NSString *appCheckToken = presentURL.fragment;
- XCTAssertNil(appCheckToken);
- // `callbackMatcher` is at index 4
- [invocation getArgument:&unretainedArgument atIndex:4];
- FIRAuthURLCallbackMatcher callbackMatcher = unretainedArgument;
- NSMutableString *redirectURL =
- [NSMutableString stringWithString:kFakeRedirectURLBaseErrorString];
- [redirectURL appendString:kNetworkRequestFailedErrorString];
- // Verify that the URL is rejected by the callback matcher without the event ID.
- XCTAssertFalse(callbackMatcher([NSURL URLWithString:redirectURL]));
- [redirectURL appendString:@"%26eventId%3D"];
- [redirectURL appendString:params[@"eventId"]];
- NSURLComponents *originalComponents = [[NSURLComponents alloc] initWithString:redirectURL];
- // Verify that the URL is accepted by the callback matcher with the matching event ID.
- XCTAssertTrue(callbackMatcher([originalComponents URL]));
- NSURLComponents *components = [originalComponents copy];
- components.query = @"https";
- XCTAssertFalse(callbackMatcher([components URL]));
- components = [originalComponents copy];
- components.host = @"badhost";
- XCTAssertFalse(callbackMatcher([components URL]));
- components = [originalComponents copy];
- components.path = @"badpath";
- XCTAssertFalse(callbackMatcher([components URL]));
- components = [originalComponents copy];
- components.query = @"badquery";
- XCTAssertFalse(callbackMatcher([components URL]));
- // `completion` is at index 5
- [invocation getArgument:&unretainedArgument atIndex:5];
- FIRAuthURLPresentationCompletion completion = unretainedArgument;
- dispatch_async(FIRAuthGlobalWorkQueue(), ^() {
- completion(originalComponents.URL, nil);
- });
- });
- XCTestExpectation *expectation = [self expectationWithDescription:@"callback"];
- [_provider getCredentialWithUIDelegate:mockUIDelegate
- completion:^(FIRAuthCredential *_Nullable credential,
- NSError *_Nullable error) {
- XCTAssertTrue([NSThread isMainThread]);
- XCTAssertNil(credential);
- XCTAssertEqual(FIRAuthErrorCodeWebNetworkRequestFailed, error.code);
- [expectation fulfill];
- }];
- [self waitForExpectationsWithTimeout:kExpectationTimeout handler:nil];
- OCMVerifyAll(_mockBackend);
- }
- /** @fn testGetCredentialWithUIDelegateInternalErrorWithClientID
- @brief Tests an unsuccessful invocation of @c getCredentialWithUIDelegte:completion: due to an
- internal error within the web context.
- */
- - (void)testGetCredentialWithUIDelegateInternalErrorWithClientID {
- id mockBundle = OCMClassMock([NSBundle class]);
- OCMStub(ClassMethod([mockBundle mainBundle])).andReturn(mockBundle);
- OCMStub([mockBundle objectForInfoDictionaryKey:@"CFBundleURLTypes"]).andReturn(@[
- @{@"CFBundleURLSchemes" : @[ kFakeReverseClientID ]}
- ]);
- OCMStub([mockBundle bundleIdentifier]).andReturn(kFakeBundleID);
- OCMStub([_mockOptions clientID]).andReturn(kFakeClientID);
- _provider = [FIROAuthProvider providerWithProviderID:kFakeProviderID auth:_mockAuth];
- OCMExpect([_mockBackend getProjectConfig:[OCMArg any] callback:[OCMArg any]])
- .andCallBlock2(
- ^(FIRGetProjectConfigRequest *request, FIRGetProjectConfigResponseCallback callback) {
- XCTAssertNotNil(request);
- dispatch_async(FIRAuthGlobalWorkQueue(), ^() {
- id mockGetProjectConfigResponse = OCMClassMock([FIRGetProjectConfigResponse class]);
- OCMStub([mockGetProjectConfigResponse authorizedDomains]).andReturn(@[
- kFakeAuthorizedDomain
- ]);
- callback(mockGetProjectConfigResponse, nil);
- });
- });
- id mockUIDelegate = OCMProtocolMock(@protocol(FIRAuthUIDelegate));
- // Expect view controller presentation by UIDelegate.
- OCMExpect([_mockURLPresenter presentURL:OCMOCK_ANY
- UIDelegate:mockUIDelegate
- callbackMatcher:OCMOCK_ANY
- completion:OCMOCK_ANY])
- .andDo(^(NSInvocation *invocation) {
- __unsafe_unretained id unretainedArgument;
- // Indices 0 and 1 indicate the hidden arguments self and _cmd.
- // `presentURL` is at index 2.
- [invocation getArgument:&unretainedArgument atIndex:2];
- NSURL *presentURL = unretainedArgument;
- XCTAssertEqualObjects(presentURL.scheme, @"https");
- XCTAssertEqualObjects(presentURL.host, kFakeAuthorizedDomain);
- XCTAssertEqualObjects(presentURL.path, @"/__/auth/handler");
- NSDictionary *params = [FIRAuthWebUtils dictionaryWithHttpArgumentsString:presentURL.query];
- XCTAssertEqualObjects(params[@"ibi"], kFakeBundleID);
- XCTAssertEqualObjects(params[@"clientId"], kFakeClientID);
- XCTAssertEqualObjects(params[@"apiKey"], kFakeAPIKey);
- XCTAssertEqualObjects(params[@"authType"], @"signInWithRedirect");
- XCTAssertNotNil(params[@"v"]);
- XCTAssertNil(params[@"tid"]);
- NSString *appCheckToken = presentURL.fragment;
- XCTAssertNil(appCheckToken);
- // `callbackMatcher` is at index 4
- [invocation getArgument:&unretainedArgument atIndex:4];
- FIRAuthURLCallbackMatcher callbackMatcher = unretainedArgument;
- NSMutableString *redirectURL =
- [NSMutableString stringWithString:kFakeRedirectURLBaseErrorString];
- // Add internal error string to redirect URL.
- [redirectURL appendString:kInternalErrorString];
- // Verify that the URL is rejected by the callback matcher without the event ID.
- XCTAssertFalse(callbackMatcher([NSURL URLWithString:redirectURL]));
- [redirectURL appendString:@"%26eventId%3D"];
- [redirectURL appendString:params[@"eventId"]];
- NSURLComponents *originalComponents = [[NSURLComponents alloc] initWithString:redirectURL];
- // Verify that the URL is accepted by the callback matcher with the matching event ID.
- XCTAssertTrue(callbackMatcher([originalComponents URL]));
- NSURLComponents *components = [originalComponents copy];
- components.query = @"https";
- XCTAssertFalse(callbackMatcher([components URL]));
- components = [originalComponents copy];
- components.host = @"badhost";
- XCTAssertFalse(callbackMatcher([components URL]));
- components = [originalComponents copy];
- components.path = @"badpath";
- XCTAssertFalse(callbackMatcher([components URL]));
- components = [originalComponents copy];
- components.query = @"badquery";
- XCTAssertFalse(callbackMatcher([components URL]));
- // `completion` is at index 5
- [invocation getArgument:&unretainedArgument atIndex:5];
- FIRAuthURLPresentationCompletion completion = unretainedArgument;
- dispatch_async(FIRAuthGlobalWorkQueue(), ^() {
- completion(originalComponents.URL, nil);
- });
- });
- XCTestExpectation *expectation = [self expectationWithDescription:@"callback"];
- [_provider getCredentialWithUIDelegate:mockUIDelegate
- completion:^(FIRAuthCredential *_Nullable credential,
- NSError *_Nullable error) {
- XCTAssertTrue([NSThread isMainThread]);
- XCTAssertNil(credential);
- XCTAssertEqual(FIRAuthErrorCodeWebInternalError, error.code);
- [expectation fulfill];
- }];
- [self waitForExpectationsWithTimeout:kExpectationTimeout handler:nil];
- OCMVerifyAll(_mockBackend);
- }
- /** @fn testGetCredentialWithUIDelegateInvalidClientID
- @brief Tests an unsuccessful invocation of @c getCredentialWithUIDelegte:completion: due to an
- use of an invalid client ID.
- */
- - (void)testGetCredentialWithUIDelegateInvalidClientID {
- id mockBundle = OCMClassMock([NSBundle class]);
- OCMStub(ClassMethod([mockBundle mainBundle])).andReturn(mockBundle);
- OCMStub([mockBundle objectForInfoDictionaryKey:@"CFBundleURLTypes"]).andReturn(@[
- @{@"CFBundleURLSchemes" : @[ kFakeReverseClientID ]}
- ]);
- OCMStub([mockBundle bundleIdentifier]).andReturn(kFakeBundleID);
- OCMStub([_mockOptions clientID]).andReturn(kFakeClientID);
- _provider = [FIROAuthProvider providerWithProviderID:kFakeProviderID auth:_mockAuth];
- OCMExpect([_mockBackend getProjectConfig:[OCMArg any] callback:[OCMArg any]])
- .andCallBlock2(
- ^(FIRGetProjectConfigRequest *request, FIRGetProjectConfigResponseCallback callback) {
- XCTAssertNotNil(request);
- dispatch_async(FIRAuthGlobalWorkQueue(), ^() {
- id mockGetProjectConfigResponse = OCMClassMock([FIRGetProjectConfigResponse class]);
- OCMStub([mockGetProjectConfigResponse authorizedDomains]).andReturn(@[
- kFakeAuthorizedDomain
- ]);
- callback(mockGetProjectConfigResponse, nil);
- });
- });
- id mockUIDelegate = OCMProtocolMock(@protocol(FIRAuthUIDelegate));
- // Expect view controller presentation by UIDelegate.
- OCMExpect([_mockURLPresenter presentURL:OCMOCK_ANY
- UIDelegate:mockUIDelegate
- callbackMatcher:OCMOCK_ANY
- completion:OCMOCK_ANY])
- .andDo(^(NSInvocation *invocation) {
- __unsafe_unretained id unretainedArgument;
- // Indices 0 and 1 indicate the hidden arguments self and _cmd.
- // `presentURL` is at index 2.
- [invocation getArgument:&unretainedArgument atIndex:2];
- NSURL *presentURL = unretainedArgument;
- XCTAssertEqualObjects(presentURL.scheme, @"https");
- XCTAssertEqualObjects(presentURL.host, kFakeAuthorizedDomain);
- XCTAssertEqualObjects(presentURL.path, @"/__/auth/handler");
- NSDictionary *params = [FIRAuthWebUtils dictionaryWithHttpArgumentsString:presentURL.query];
- XCTAssertEqualObjects(params[@"ibi"], kFakeBundleID);
- XCTAssertEqualObjects(params[@"clientId"], kFakeClientID);
- XCTAssertEqualObjects(params[@"apiKey"], kFakeAPIKey);
- XCTAssertEqualObjects(params[@"authType"], @"signInWithRedirect");
- XCTAssertNotNil(params[@"v"]);
- XCTAssertNil(params[@"tid"]);
- NSString *appCheckToken = presentURL.fragment;
- XCTAssertNil(appCheckToken);
- // `callbackMatcher` is at index 4
- [invocation getArgument:&unretainedArgument atIndex:4];
- FIRAuthURLCallbackMatcher callbackMatcher = unretainedArgument;
- NSMutableString *redirectURL =
- [NSMutableString stringWithString:kFakeRedirectURLBaseErrorString];
- // Add invalid client ID error to redirect URL.
- [redirectURL appendString:kInvalidClientIDString];
- // Verify that the URL is rejected by the callback matcher without the event ID.
- XCTAssertFalse(callbackMatcher([NSURL URLWithString:redirectURL]));
- [redirectURL appendString:@"%26eventId%3D"];
- [redirectURL appendString:params[@"eventId"]];
- NSURLComponents *originalComponents = [[NSURLComponents alloc] initWithString:redirectURL];
- // Verify that the URL is accepted by the callback matcher with the matching event ID.
- XCTAssertTrue(callbackMatcher([originalComponents URL]));
- NSURLComponents *components = [originalComponents copy];
- components.query = @"https";
- XCTAssertFalse(callbackMatcher([components URL]));
- components = [originalComponents copy];
- components.host = @"badhost";
- XCTAssertFalse(callbackMatcher([components URL]));
- components = [originalComponents copy];
- components.path = @"badpath";
- XCTAssertFalse(callbackMatcher([components URL]));
- components = [originalComponents copy];
- components.query = @"badquery";
- XCTAssertFalse(callbackMatcher([components URL]));
- // `completion` is at index 5
- [invocation getArgument:&unretainedArgument atIndex:5];
- FIRAuthURLPresentationCompletion completion = unretainedArgument;
- dispatch_async(FIRAuthGlobalWorkQueue(), ^() {
- completion(originalComponents.URL, nil);
- });
- });
- XCTestExpectation *expectation = [self expectationWithDescription:@"callback"];
- [_provider getCredentialWithUIDelegate:mockUIDelegate
- completion:^(FIRAuthCredential *_Nullable credential,
- NSError *_Nullable error) {
- XCTAssertTrue([NSThread isMainThread]);
- XCTAssertNil(credential);
- XCTAssertEqual(FIRAuthErrorCodeInvalidClientID, error.code);
- [expectation fulfill];
- }];
- [self waitForExpectationsWithTimeout:kExpectationTimeout handler:nil];
- OCMVerifyAll(_mockBackend);
- }
- /** @fn testGetCredentialWithUIDelegateUnknownErrorWithClientID
- @brief Tests an unsuccessful invocation of @c getCredentialWithUIDelegte:completion: due to an
- unknown error.
- */
- - (void)testGetCredentialWithUIDelegateUnknownErrorWithClientID {
- id mockBundle = OCMClassMock([NSBundle class]);
- OCMStub(ClassMethod([mockBundle mainBundle])).andReturn(mockBundle);
- OCMStub([mockBundle objectForInfoDictionaryKey:@"CFBundleURLTypes"]).andReturn(@[
- @{@"CFBundleURLSchemes" : @[ kFakeReverseClientID ]}
- ]);
- OCMStub([mockBundle bundleIdentifier]).andReturn(kFakeBundleID);
- OCMStub([_mockOptions clientID]).andReturn(kFakeClientID);
- _provider = [FIROAuthProvider providerWithProviderID:kFakeProviderID auth:_mockAuth];
- OCMExpect([_mockBackend getProjectConfig:[OCMArg any] callback:[OCMArg any]])
- .andCallBlock2(
- ^(FIRGetProjectConfigRequest *request, FIRGetProjectConfigResponseCallback callback) {
- XCTAssertNotNil(request);
- dispatch_async(FIRAuthGlobalWorkQueue(), ^() {
- id mockGetProjectConfigResponse = OCMClassMock([FIRGetProjectConfigResponse class]);
- OCMStub([mockGetProjectConfigResponse authorizedDomains]).andReturn(@[
- kFakeAuthorizedDomain
- ]);
- callback(mockGetProjectConfigResponse, nil);
- });
- });
- id mockUIDelegate = OCMProtocolMock(@protocol(FIRAuthUIDelegate));
- // Expect view controller presentation by UIDelegate.
- OCMExpect([_mockURLPresenter presentURL:OCMOCK_ANY
- UIDelegate:mockUIDelegate
- callbackMatcher:OCMOCK_ANY
- completion:OCMOCK_ANY])
- .andDo(^(NSInvocation *invocation) {
- __unsafe_unretained id unretainedArgument;
- // Indices 0 and 1 indicate the hidden arguments self and _cmd.
- // `presentURL` is at index 2.
- [invocation getArgument:&unretainedArgument atIndex:2];
- NSURL *presentURL = unretainedArgument;
- XCTAssertEqualObjects(presentURL.scheme, @"https");
- XCTAssertEqualObjects(presentURL.host, kFakeAuthorizedDomain);
- XCTAssertEqualObjects(presentURL.path, @"/__/auth/handler");
- NSDictionary *params = [FIRAuthWebUtils dictionaryWithHttpArgumentsString:presentURL.query];
- XCTAssertEqualObjects(params[@"ibi"], kFakeBundleID);
- XCTAssertEqualObjects(params[@"clientId"], kFakeClientID);
- XCTAssertEqualObjects(params[@"apiKey"], kFakeAPIKey);
- XCTAssertEqualObjects(params[@"authType"], @"signInWithRedirect");
- XCTAssertNotNil(params[@"v"]);
- XCTAssertNil(params[@"tid"]);
- NSString *appCheckToken = presentURL.fragment;
- XCTAssertNil(appCheckToken);
- // `callbackMatcher` is at index 4
- [invocation getArgument:&unretainedArgument atIndex:4];
- FIRAuthURLCallbackMatcher callbackMatcher = unretainedArgument;
- NSMutableString *redirectURL =
- [NSMutableString stringWithString:kFakeRedirectURLBaseErrorString];
- // Add unknown error to redirect URL.
- [redirectURL appendString:kUnknownErrorString];
- // Verify that the URL is rejected by the callback matcher without the event ID.
- XCTAssertFalse(callbackMatcher([NSURL URLWithString:redirectURL]));
- [redirectURL appendString:@"%26eventId%3D"];
- [redirectURL appendString:params[@"eventId"]];
- NSURLComponents *originalComponents = [[NSURLComponents alloc] initWithString:redirectURL];
- // Verify that the URL is accepted by the callback matcher with the matching event ID.
- XCTAssertTrue(callbackMatcher([originalComponents URL]));
- NSURLComponents *components = [originalComponents copy];
- components.query = @"https";
- XCTAssertFalse(callbackMatcher([components URL]));
- components = [originalComponents copy];
- components.host = @"badhost";
- XCTAssertFalse(callbackMatcher([components URL]));
- components = [originalComponents copy];
- components.path = @"badpath";
- XCTAssertFalse(callbackMatcher([components URL]));
- components = [originalComponents copy];
- components.query = @"badquery";
- XCTAssertFalse(callbackMatcher([components URL]));
- // `completion` is at index 5
- [invocation getArgument:&unretainedArgument atIndex:5];
- FIRAuthURLPresentationCompletion completion = unretainedArgument;
- dispatch_async(FIRAuthGlobalWorkQueue(), ^() {
- completion(originalComponents.URL, nil);
- });
- });
- XCTestExpectation *expectation = [self expectationWithDescription:@"callback"];
- [_provider getCredentialWithUIDelegate:mockUIDelegate
- completion:^(FIRAuthCredential *_Nullable credential,
- NSError *_Nullable error) {
- XCTAssertTrue([NSThread isMainThread]);
- XCTAssertNil(credential);
- XCTAssertEqual(FIRAuthErrorCodeWebSignInUserInteractionFailure,
- error.code);
- [expectation fulfill];
- }];
- [self waitForExpectationsWithTimeout:kExpectationTimeout handler:nil];
- OCMVerifyAll(_mockBackend);
- }
- /** @fn testGetCredentialWithUIDelegateWithFirebaseAppID
- @brief Tests a successful invocation of @c getCredentialWithUIDelegte:completion:
- */
- - (void)testGetCredentialWithUIDelegateWithFirebaseAppID {
- id mockBundle = OCMClassMock([NSBundle class]);
- OCMStub(ClassMethod([mockBundle mainBundle])).andReturn(mockBundle);
- OCMStub([mockBundle objectForInfoDictionaryKey:@"CFBundleURLTypes"]).andReturn(@[
- @{@"CFBundleURLSchemes" : @[ kFakeEncodedFirebaseAppID ]}
- ]);
- OCMStub([mockBundle bundleIdentifier]).andReturn(kFakeBundleID);
- _provider = [FIROAuthProvider providerWithProviderID:kFakeProviderID auth:_mockAuth];
- OCMExpect([_mockBackend getProjectConfig:[OCMArg any] callback:[OCMArg any]])
- .andCallBlock2(
- ^(FIRGetProjectConfigRequest *request, FIRGetProjectConfigResponseCallback callback) {
- XCTAssertNotNil(request);
- dispatch_async(FIRAuthGlobalWorkQueue(), ^() {
- id mockGetProjectConfigResponse = OCMClassMock([FIRGetProjectConfigResponse class]);
- OCMStub([mockGetProjectConfigResponse authorizedDomains]).andReturn(@[
- kFakeAuthorizedDomain
- ]);
- callback(mockGetProjectConfigResponse, nil);
- });
- });
- id mockUIDelegate = OCMProtocolMock(@protocol(FIRAuthUIDelegate));
- // Expect view controller presentation by UIDelegate.
- OCMExpect([_mockURLPresenter presentURL:OCMOCK_ANY
- UIDelegate:mockUIDelegate
- callbackMatcher:OCMOCK_ANY
- completion:OCMOCK_ANY])
- .andDo(^(NSInvocation *invocation) {
- __unsafe_unretained id unretainedArgument;
- // Indices 0 and 1 indicate the hidden arguments self and _cmd.
- // `presentURL` is at index 2.
- [invocation getArgument:&unretainedArgument atIndex:2];
- NSURL *presentURL = unretainedArgument;
- XCTAssertEqualObjects(presentURL.scheme, @"https");
- XCTAssertEqualObjects(presentURL.host, kFakeAuthorizedDomain);
- XCTAssertEqualObjects(presentURL.path, @"/__/auth/handler");
- NSDictionary *params = [FIRAuthWebUtils dictionaryWithHttpArgumentsString:presentURL.query];
- XCTAssertEqualObjects(params[@"ibi"], kFakeBundleID);
- XCTAssertEqualObjects(params[@"appId"], kFakeFirebaseAppID);
- XCTAssertEqualObjects(params[@"apiKey"], kFakeAPIKey);
- XCTAssertEqualObjects(params[@"authType"], @"signInWithRedirect");
- XCTAssertNotNil(params[@"v"]);
- XCTAssertNil(params[@"tid"]);
- NSString *appCheckToken = presentURL.fragment;
- XCTAssertNil(appCheckToken);
- // `callbackMatcher` is at index 4
- [invocation getArgument:&unretainedArgument atIndex:4];
- FIRAuthURLCallbackMatcher callbackMatcher = unretainedArgument;
- NSMutableString *redirectURL = [NSMutableString
- stringWithString:[kFakeEncodedFirebaseAppID
- stringByAppendingString:kFakeRedirectURLResponseURL]];
- // Add fake OAuthResponse to callback.
- [redirectURL appendString:kFakeOAuthResponseURL];
- // Verify that the URL is rejected by the callback matcher without the event ID.
- XCTAssertFalse(callbackMatcher([NSURL URLWithString:redirectURL]));
- [redirectURL appendString:@"%26eventId%3D"];
- [redirectURL appendString:params[@"eventId"]];
- NSURLComponents *originalComponents = [[NSURLComponents alloc] initWithString:redirectURL];
- // Verify that the URL is accepted by the callback matcher with the matching event ID.
- XCTAssertTrue(callbackMatcher([originalComponents URL]));
- NSURLComponents *components = [originalComponents copy];
- components.query = @"https";
- XCTAssertFalse(callbackMatcher([components URL]));
- components = [originalComponents copy];
- components.host = @"badhost";
- XCTAssertFalse(callbackMatcher([components URL]));
- components = [originalComponents copy];
- components.path = @"badpath";
- XCTAssertFalse(callbackMatcher([components URL]));
- components = [originalComponents copy];
- components.query = @"badquery";
- XCTAssertFalse(callbackMatcher([components URL]));
- // `completion` is at index 5
- [invocation getArgument:&unretainedArgument atIndex:5];
- FIRAuthURLPresentationCompletion completion = unretainedArgument;
- dispatch_async(FIRAuthGlobalWorkQueue(), ^() {
- completion(originalComponents.URL, nil);
- });
- });
- XCTestExpectation *expectation = [self expectationWithDescription:@"callback"];
- [_provider
- getCredentialWithUIDelegate:mockUIDelegate
- completion:^(FIRAuthCredential *_Nullable credential,
- NSError *_Nullable error) {
- XCTAssertTrue([NSThread isMainThread]);
- XCTAssertNil(error);
- XCTAssertTrue([credential isKindOfClass:[FIROAuthCredential class]]);
- FIROAuthCredential *OAuthCredential = (FIROAuthCredential *)credential;
- XCTAssertEqualObjects(kFakeOAuthResponseURL,
- OAuthCredential.OAuthResponseURLString);
- [expectation fulfill];
- }];
- [self waitForExpectationsWithTimeout:kExpectationTimeout handler:nil];
- OCMVerifyAll(_mockBackend);
- }
- /** @fn testGetCredentialWithUIDelegateWithFirebaseAppIDWhileClientIdPresent
- @brief Tests a successful invocation of @c getCredentialWithUIDelegte:completion: when the
- client ID is present in the plist file, but the encoded app ID is the registered custom URL
- scheme.
- */
- - (void)testGetCredentialWithUIDelegateWithFirebaseAppIDWhileClientIdPresent {
- id mockBundle = OCMClassMock([NSBundle class]);
- OCMStub(ClassMethod([mockBundle mainBundle])).andReturn(mockBundle);
- OCMStub([mockBundle objectForInfoDictionaryKey:@"CFBundleURLTypes"]).andReturn(@[
- @{@"CFBundleURLSchemes" : @[ kFakeEncodedFirebaseAppID ]}
- ]);
- OCMStub([mockBundle bundleIdentifier]).andReturn(kFakeBundleID);
- OCMStub([_mockOptions clientID]).andReturn(kFakeClientID);
- _provider = [FIROAuthProvider providerWithProviderID:kFakeProviderID auth:_mockAuth];
- OCMExpect([_mockBackend getProjectConfig:[OCMArg any] callback:[OCMArg any]])
- .andCallBlock2(
- ^(FIRGetProjectConfigRequest *request, FIRGetProjectConfigResponseCallback callback) {
- XCTAssertNotNil(request);
- dispatch_async(FIRAuthGlobalWorkQueue(), ^() {
- id mockGetProjectConfigResponse = OCMClassMock([FIRGetProjectConfigResponse class]);
- OCMStub([mockGetProjectConfigResponse authorizedDomains]).andReturn(@[
- kFakeAuthorizedDomain
- ]);
- callback(mockGetProjectConfigResponse, nil);
- });
- });
- id mockUIDelegate = OCMProtocolMock(@protocol(FIRAuthUIDelegate));
- // Expect view controller presentation by UIDelegate.
- OCMExpect([_mockURLPresenter presentURL:OCMOCK_ANY
- UIDelegate:mockUIDelegate
- callbackMatcher:OCMOCK_ANY
- completion:OCMOCK_ANY])
- .andDo(^(NSInvocation *invocation) {
- __unsafe_unretained id unretainedArgument;
- // Indices 0 and 1 indicate the hidden arguments self and _cmd.
- // `presentURL` is at index 2.
- [invocation getArgument:&unretainedArgument atIndex:2];
- NSURL *presentURL = unretainedArgument;
- XCTAssertEqualObjects(presentURL.scheme, @"https");
- XCTAssertEqualObjects(presentURL.host, kFakeAuthorizedDomain);
- XCTAssertEqualObjects(presentURL.path, @"/__/auth/handler");
- NSDictionary *params = [FIRAuthWebUtils dictionaryWithHttpArgumentsString:presentURL.query];
- XCTAssertEqualObjects(params[@"ibi"], kFakeBundleID);
- XCTAssertEqualObjects(params[@"appId"], kFakeFirebaseAppID);
- XCTAssertEqualObjects(params[@"apiKey"], kFakeAPIKey);
- XCTAssertEqualObjects(params[@"authType"], @"signInWithRedirect");
- XCTAssertNotNil(params[@"v"]);
- XCTAssertNil(params[@"tid"]);
- NSString *appCheckToken = presentURL.fragment;
- XCTAssertNil(appCheckToken);
- // `callbackMatcher` is at index 4
- [invocation getArgument:&unretainedArgument atIndex:4];
- FIRAuthURLCallbackMatcher callbackMatcher = unretainedArgument;
- NSMutableString *redirectURL = [NSMutableString
- stringWithString:[kFakeEncodedFirebaseAppID
- stringByAppendingString:kFakeRedirectURLResponseURL]];
- // Add fake OAuthResponse to callback.
- [redirectURL appendString:kFakeOAuthResponseURL];
- // Verify that the URL is rejected by the callback matcher without the event ID.
- XCTAssertFalse(callbackMatcher([NSURL URLWithString:redirectURL]));
- [redirectURL appendString:@"%26eventId%3D"];
- [redirectURL appendString:params[@"eventId"]];
- NSURLComponents *originalComponents = [[NSURLComponents alloc] initWithString:redirectURL];
- // Verify that the URL is accepted by the callback matcher with the matching event ID.
- XCTAssertTrue(callbackMatcher([originalComponents URL]));
- NSURLComponents *components = [originalComponents copy];
- components.query = @"https";
- XCTAssertFalse(callbackMatcher([components URL]));
- components = [originalComponents copy];
- components.host = @"badhost";
- XCTAssertFalse(callbackMatcher([components URL]));
- components = [originalComponents copy];
- components.path = @"badpath";
- XCTAssertFalse(callbackMatcher([components URL]));
- components = [originalComponents copy];
- components.query = @"badquery";
- XCTAssertFalse(callbackMatcher([components URL]));
- // `completion` is at index 5
- [invocation getArgument:&unretainedArgument atIndex:5];
- FIRAuthURLPresentationCompletion completion = unretainedArgument;
- dispatch_async(FIRAuthGlobalWorkQueue(), ^() {
- completion(originalComponents.URL, nil);
- });
- });
- XCTestExpectation *expectation = [self expectationWithDescription:@"callback"];
- [_provider
- getCredentialWithUIDelegate:mockUIDelegate
- completion:^(FIRAuthCredential *_Nullable credential,
- NSError *_Nullable error) {
- XCTAssertTrue([NSThread isMainThread]);
- XCTAssertNil(error);
- XCTAssertTrue([credential isKindOfClass:[FIROAuthCredential class]]);
- FIROAuthCredential *OAuthCredential = (FIROAuthCredential *)credential;
- XCTAssertEqualObjects(kFakeOAuthResponseURL,
- OAuthCredential.OAuthResponseURLString);
- [expectation fulfill];
- }];
- [self waitForExpectationsWithTimeout:kExpectationTimeout handler:nil];
- OCMVerifyAll(_mockBackend);
- }
- /** @fn testGetCredentialWithUIDelegateUseEmulator
- @brief Tests a successful invocation of @c getCredentialWithUIDelegte:completion: when using the
- emulator.
- */
- - (void)testGetCredentialWithUIDelegateUseEmulator {
- id mockBundle = OCMClassMock([NSBundle class]);
- OCMStub(ClassMethod([mockBundle mainBundle])).andReturn(mockBundle);
- OCMStub([mockBundle objectForInfoDictionaryKey:@"CFBundleURLTypes"]).andReturn(@[
- @{@"CFBundleURLSchemes" : @[ kFakeReverseClientID ]}
- ]);
- OCMStub([mockBundle bundleIdentifier]).andReturn(kFakeBundleID);
- OCMStub([_mockOptions clientID]).andReturn(kFakeClientID);
- NSString *emulatorHostAndPort =
- [NSString stringWithFormat:@"%@:%@", kFakeEmulatorHost, kFakeEmulatorPort];
- OCMStub([_mockRequestConfiguration emulatorHostAndPort]).andReturn(emulatorHostAndPort);
- _provider = [FIROAuthProvider providerWithProviderID:kFakeProviderID auth:_mockAuth];
- id mockUIDelegate = OCMProtocolMock(@protocol(FIRAuthUIDelegate));
- // Expect view controller presentation by UIDelegate.
- OCMExpect([_mockURLPresenter presentURL:OCMOCK_ANY
- UIDelegate:mockUIDelegate
- callbackMatcher:OCMOCK_ANY
- completion:OCMOCK_ANY])
- .andDo(^(NSInvocation *invocation) {
- __unsafe_unretained id unretainedArgument;
- // Indices 0 and 1 indicate the hidden arguments self and _cmd.
- // `presentURL` is at index 2.
- [invocation getArgument:&unretainedArgument atIndex:2];
- NSURL *presentURL = unretainedArgument;
- XCTAssertEqualObjects(presentURL.scheme, @"http");
- XCTAssertEqualObjects(presentURL.host, kFakeEmulatorHost);
- XCTAssertEqualObjects([presentURL.port stringValue], kFakeEmulatorPort);
- XCTAssertEqualObjects(presentURL.path, @"/emulator/auth/handler");
- NSDictionary *params = [FIRAuthWebUtils dictionaryWithHttpArgumentsString:presentURL.query];
- XCTAssertEqualObjects(params[@"ibi"], kFakeBundleID);
- XCTAssertEqualObjects(params[@"clientId"], kFakeClientID);
- XCTAssertEqualObjects(params[@"apiKey"], kFakeAPIKey);
- XCTAssertEqualObjects(params[@"authType"], @"signInWithRedirect");
- XCTAssertNotNil(params[@"v"]);
- XCTAssertNil(params[@"tid"]);
- NSString *appCheckToken = presentURL.fragment;
- XCTAssertNil(appCheckToken);
- // `callbackMatcher` is at index 4
- [invocation getArgument:&unretainedArgument atIndex:4];
- FIRAuthURLCallbackMatcher callbackMatcher = unretainedArgument;
- NSMutableString *redirectURL = [NSMutableString
- stringWithString:[kFakeReverseClientID
- stringByAppendingString:kFakeRedirectURLResponseURL]];
- // Add fake OAuthResponse to callback.
- [redirectURL appendString:kFakeOAuthResponseURL];
- // Verify that the URL is rejected by the callback matcher without the event ID.
- XCTAssertFalse(callbackMatcher([NSURL URLWithString:redirectURL]));
- [redirectURL appendString:@"%26eventId%3D"];
- [redirectURL appendString:params[@"eventId"]];
- NSURLComponents *originalComponents = [[NSURLComponents alloc] initWithString:redirectURL];
- // Verify that the URL is accepted by the callback matcher with the matching event ID.
- XCTAssertTrue(callbackMatcher([originalComponents URL]));
- NSURLComponents *components = [originalComponents copy];
- components.query = @"https";
- XCTAssertFalse(callbackMatcher([components URL]));
- components = [originalComponents copy];
- components.host = @"badhost";
- XCTAssertFalse(callbackMatcher([components URL]));
- components = [originalComponents copy];
- components.path = @"badpath";
- XCTAssertFalse(callbackMatcher([components URL]));
- components = [originalComponents copy];
- components.query = @"badquery";
- XCTAssertFalse(callbackMatcher([components URL]));
- // `completion` is at index 5
- [invocation getArgument:&unretainedArgument atIndex:5];
- FIRAuthURLPresentationCompletion completion = unretainedArgument;
- dispatch_async(FIRAuthGlobalWorkQueue(), ^() {
- completion(originalComponents.URL, nil);
- });
- });
- XCTestExpectation *expectation = [self expectationWithDescription:@"callback"];
- [_provider
- getCredentialWithUIDelegate:mockUIDelegate
- completion:^(FIRAuthCredential *_Nullable credential,
- NSError *_Nullable error) {
- XCTAssertTrue([NSThread isMainThread]);
- XCTAssertNil(error);
- XCTAssertTrue([credential isKindOfClass:[FIROAuthCredential class]]);
- FIROAuthCredential *OAuthCredential = (FIROAuthCredential *)credential;
- XCTAssertEqualObjects(kFakeOAuthResponseURL,
- OAuthCredential.OAuthResponseURLString);
- [expectation fulfill];
- }];
- [self waitForExpectationsWithTimeout:kExpectationTimeout handler:nil];
- OCMVerifyAll(_mockBackend);
- }
- /** @fn testGetCredentialWithUIDelegateWithAppCheckToken
- @brief Tests a successful invocation of @c getCredentialWithUIDelegte:completion:
- */
- - (void)testGetCredentialWithUIDelegateWithAppCheckToken {
- id mockBundle = OCMClassMock([NSBundle class]);
- OCMStub(ClassMethod([mockBundle mainBundle])).andReturn(mockBundle);
- OCMStub([mockBundle objectForInfoDictionaryKey:@"CFBundleURLTypes"]).andReturn(@[
- @{@"CFBundleURLSchemes" : @[ kFakeReverseClientID ]}
- ]);
- OCMStub([mockBundle bundleIdentifier]).andReturn(kFakeBundleID);
- OCMStub([_mockAuth tenantID]).andReturn(kFakeTenantID);
- OCMStub([_mockOptions clientID]).andReturn(kFakeClientID);
- _provider = [FIROAuthProvider providerWithProviderID:kFakeProviderID auth:_mockAuth];
- FIRFakeAppCheck *fakeAppCheck = [[FIRFakeAppCheck alloc] init];
- OCMStub([_mockRequestConfiguration appCheck]).andReturn(fakeAppCheck);
- OCMExpect([_mockBackend getProjectConfig:[OCMArg any] callback:[OCMArg any]])
- .andCallBlock2(
- ^(FIRGetProjectConfigRequest *request, FIRGetProjectConfigResponseCallback callback) {
- XCTAssertNotNil(request);
- dispatch_async(FIRAuthGlobalWorkQueue(), ^() {
- id mockGetProjectConfigResponse = OCMClassMock([FIRGetProjectConfigResponse class]);
- OCMStub([mockGetProjectConfigResponse authorizedDomains]).andReturn(@[
- kFakeAuthorizedDomain
- ]);
- callback(mockGetProjectConfigResponse, nil);
- });
- });
- id mockUIDelegate = OCMProtocolMock(@protocol(FIRAuthUIDelegate));
- // Expect view controller presentation by UIDelegate.
- OCMExpect([_mockURLPresenter presentURL:OCMOCK_ANY
- UIDelegate:mockUIDelegate
- callbackMatcher:OCMOCK_ANY
- completion:OCMOCK_ANY])
- .andDo(^(NSInvocation *invocation) {
- __unsafe_unretained id unretainedArgument;
- // Indices 0 and 1 indicate the hidden arguments self and _cmd.
- // `presentURL` is at index 2.
- [invocation getArgument:&unretainedArgument atIndex:2];
- NSURL *presentURL = unretainedArgument;
- XCTAssertEqualObjects(presentURL.scheme, @"https");
- XCTAssertEqualObjects(presentURL.host, kFakeAuthorizedDomain);
- XCTAssertEqualObjects(presentURL.path, @"/__/auth/handler");
- NSDictionary *params = [FIRAuthWebUtils dictionaryWithHttpArgumentsString:presentURL.query];
- XCTAssertEqualObjects(params[@"ibi"], kFakeBundleID);
- XCTAssertEqualObjects(params[@"clientId"], kFakeClientID);
- XCTAssertEqualObjects(params[@"apiKey"], kFakeAPIKey);
- XCTAssertEqualObjects(params[@"authType"], @"signInWithRedirect");
- XCTAssertEqualObjects(params[@"tid"], kFakeTenantID);
- XCTAssertNotNil(params[@"v"]);
- NSString *appCheckToken = presentURL.fragment;
- XCTAssertEqualObjects(appCheckToken, [@"fac=" stringByAppendingString:kFakeAppCheckToken]);
- // `callbackMatcher` is at index 4
- [invocation getArgument:&unretainedArgument atIndex:4];
- FIRAuthURLCallbackMatcher callbackMatcher = unretainedArgument;
- NSMutableString *redirectURL = [NSMutableString
- stringWithString:[kFakeReverseClientID
- stringByAppendingString:kFakeRedirectURLResponseURL]];
- // Add fake OAuthResponse to callback.
- [redirectURL appendString:kFakeOAuthResponseURL];
- // Verify that the URL is rejected by the callback matcher without the event ID.
- XCTAssertFalse(callbackMatcher([NSURL URLWithString:redirectURL]));
- [redirectURL appendString:@"%26eventId%3D"];
- [redirectURL appendString:params[@"eventId"]];
- NSURLComponents *originalComponents = [[NSURLComponents alloc] initWithString:redirectURL];
- // Verify that the URL is accepted by the callback matcher with the matching event ID.
- XCTAssertTrue(callbackMatcher([originalComponents URL]));
- NSURLComponents *components = [originalComponents copy];
- components.query = @"https";
- XCTAssertFalse(callbackMatcher([components URL]));
- components = [originalComponents copy];
- components.host = @"badhost";
- XCTAssertFalse(callbackMatcher([components URL]));
- components = [originalComponents copy];
- components.path = @"badpath";
- XCTAssertFalse(callbackMatcher([components URL]));
- components = [originalComponents copy];
- components.query = @"badquery";
- XCTAssertFalse(callbackMatcher([components URL]));
- // `completion` is at index 5
- [invocation getArgument:&unretainedArgument atIndex:5];
- FIRAuthURLPresentationCompletion completion = unretainedArgument;
- dispatch_async(FIRAuthGlobalWorkQueue(), ^() {
- completion(originalComponents.URL, nil);
- });
- });
- XCTestExpectation *expectation = [self expectationWithDescription:@"callback"];
- [_provider
- getCredentialWithUIDelegate:mockUIDelegate
- completion:^(FIRAuthCredential *_Nullable credential,
- NSError *_Nullable error) {
- XCTAssertTrue([NSThread isMainThread]);
- XCTAssertNil(error);
- XCTAssertTrue([credential isKindOfClass:[FIROAuthCredential class]]);
- FIROAuthCredential *OAuthCredential = (FIROAuthCredential *)credential;
- XCTAssertEqualObjects(kFakeOAuthResponseURL,
- OAuthCredential.OAuthResponseURLString);
- [expectation fulfill];
- }];
- [self waitForExpectationsWithTimeout:kExpectationTimeout handler:nil];
- OCMVerifyAll(_mockBackend);
- }
- @end
- #endif
|