Supporting OAuth2 for API tokens

I want to update my client’s DNS zone that is hosted in the Cloudflare.
As far as I see I should ask a client to generate for me a temporary API token with Zone.DNS permissions and already with this token I will be able to access a Cloudflare API:

Is there a way to make this process more transparent? For example, like in the Microsoft GraphAPI:
https://login.microsoftonline.com/common/oauth2/authorize?prompt=login&response_type=code&scope=People.Read+Contacts.Read.Shared&client_id=CLIENTID&redirect_uri=https://mydomain.com/api/o/v1/cloudflare/callback`

Currently, Cloudflare does not support OAuth2 for API tokens. You can use something API Token URL Generator - Cloudflare Datamining to make an easy URL for your client to use to create the API Token.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.