Google's OAuth 2.0 policy starting July 24, 2023
Hello,
I've received a notification from Google Workspace for Education regarding the following:
We're writing to let you know that we are expanding the application of our Google OAuth 2.0 policy. Starting July 24, 2023, we will no longer support the use of embedded webview libraries to access Google account data through OAuth 2.0 on Android and iOS applications for users.
Users won't be able to sign in with their Google account or authorize access to Google APIs through apps using embedded webview libraries such as:
- Android WebView
- WKWebView on iOS
- UIWebView on iOS
We have a mobile app that uses WkWebView to authenticate users via their Google accounts.
For example:
WKWebView *webView = [[WKWebView alloc] initWithFrame:self.view.frame configuration:configureWebView];
webView.navigationDelegate = self;
NSURL *nsurl=[NSURL URLWithString:@https://our school"/app/sso/auth/'custom app'"];
NSURLRequest *nsrequest=[NSURLRequest requestWithURL:nsurl];
[webView loadRequest:nsrequest];
[self.view addSubview:webView];
The yellow high light is where we call the WKWebView to present the url (highlighted in red) to the user to log in to myschoolapp via Google.
Is anyone in the community using the WKWebView class in their mobile app to present to users a prompt to authenticate using their Google account?
If so do you know of any alternative class or library we are supposed to use if we need to present a Google authentication login prompt for our users?
Thanks
Note: apologies if this post is in the wrong forum.
Comments
-
@Gail Dolormente discussion moved to SKY community. Thanks!
0
Categories
- All Categories
- 6 Blackbaud Community Help
- 212 bbcon®
- 1.4K Blackbaud Altru®
- 399 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.1K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 15 donorCentrics®
- 360 Blackbaud eTapestry®
- 2.5K Blackbaud Financial Edge NXT®
- 654 Blackbaud Grantmaking™
- 571 Blackbaud Education Management Solutions for Higher Education
- 3.2K Blackbaud Education Management Solutions for K-12 Schools
- 939 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.6K Blackbaud Raiser's Edge NXT®
- 3.7K SKY Developer
- 248 ResearchPoint™
- 119 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 240 Member Lounge (Just for Fun)
- 34 Blackbaud Community Challenges
- 34 PowerUp Challenges
- 3 (Open) PowerUp Challenge: Chat for Blackbaud AI
- 3 (Closed) PowerUp Challenge: Data Health
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Product Update Briefing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports+
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Email Marketing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Gift Management
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Event Management
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Home Page
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Query
- 789 Community News
- 2.9K Jobs Board
- 53 Blackbaud SKY® Reporting Announcements
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)
