You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building off #620 , this issue is so that users can create their own Oauth clients (a requirement for folks connecting to Salesforce or MS Dynamics systems, among others) and then create and use Oauth credentials (with user ids, refresh tokens, access tokens, etc.) which make use of those clients.
Building off #620 , this issue is so that users can create their own Oauth clients (a requirement for folks connecting to
Salesforce orMS Dynamics systems, among others) and then create and use Oauth credentials (with user ids, refresh tokens, access tokens, etc.) which make use of those clients.From #620 - the next steps are:
oauth_client
type of credentialsecrets
—or something "standard"—andoauth_client
which can havesecrets
as children.superuser
to create an oauth_client which is shared to ALL projects in the instance.The text was updated successfully, but these errors were encountered: