Replies: 2 comments 1 reply
-
On Fri Aug 29, 2025 at 9:15 PM CEST, arcneca wrote:
Is it possible to have two different google accounts in services?
Sure, just call it something else other than google. In this case you also
need to specify a few extra parameters: auth_endpoint, token_endpoint, auth_scope,
access_type, prompt. You can find the values for these in the second half of the
output of the `oama printenv` command under the google section.
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
arcneca
-
What I suggested above is only necessary if for some reason you need to use two
different `clien_id/secret` pair. If that is not the case then it is perfectly
valid to use the same service config for many different accounts. Something
like:
oama authorize google ***@***.***
oama authorize 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.
-
Is it possible to have two different google accounts in services?
I have the following in my config and it works for one gmail account, but I can't find anywhere the README or issues how to setup another gmail account:
Beta Was this translation helpful? Give feedback.
All reactions