Making Google Drive API requests using Okta authentication

Yes. After investigating the main role of Okta in Google Workspace, I found that OAuth 2.0 works as same as it works if Google authenticates the user.

You should trigger a simple authentication with Google, which by the end of the process, you’ll receive an access token you can use.

Actually, Google uses SMAL to authenticate the user and then show a consent screen for additional scopes.

1 Like