This repository was archived by the owner on Mar 25, 2023. It is now read-only.
fpm-auth: Google OAuth Integration #655
AbrarNitk
started this conversation in
Ideas & RFC
Replies: 1 comment
-
Sure. I have changes Telegram integration as suggested by @amitu . From tomorrow i will finalize it and then will start on Google |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Status: Pending
Follow: #585
Author: Wasif
Code PR: Pending
Doc PR: Pending
Google Integration
We are integrating with Google, so users will be able to login in using Google OAuth. We are going to provide
user-identities
based on google resources and scopes.For example, we have an identity
google-domain: fifthtry.com
, so if we use this identity with some group infpm.sitemap
, so only people with the domainfifthtry.com
will be able to read the page.Google OAuth Consent Screen https://console.cloud.google.com/apis/credentials/consent
Google Create Credentials https://console.cloud.google.com/apis/credentials
Google OAuth Scopes https://developers.google.com/identity/protocols/oauth2/scopes
Google Identities
domain: fifthry.com
goole-doc: can-read/can-write:<document-id>
google-sheet: can-read/can-write:document-id
Google API to check permission of a file
https://developers.google.com/drive/api/v2/reference/permissions/get#auth
Beta Was this translation helpful? Give feedback.
All reactions