Auth Proxy
Auth Proxy lets you use OAuth credentials provided by Membrane without registering your own OAuth app.
You typically don't need to use this authentication type yourself, but you may find it in pre-built connectors.
When using Auth Proxy, you will not have access to the connection credentials.
In your spec.yml
:
auth:
type: proxy
# Key identifying the auth proxy provided by Membrane
proxyKey: another-connector-key
Updated 16 days ago