cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How do I generate and use OAuth clients?

GosiaMurawska
Community Team
Community Team

What is necessary to create an OAuth client?

2 REPLIES 2

Jon2
Dynatrace Helper
Dynatrace Helper

OAuth clients can be created via the Account management portal under Identity & access management > OAuth clients. To create an OAuth client, you need to select scopes and provide a user’s email address with the respective privileges. 
OAuth clients — Dynatrace Docs 

zaid-bashir
Advisor

As @Jon2 has shown where to create OAuth Clients in Dynatrace. But what exactly OAuth are and the usecases where we can use OAuth.

OAuth clients in Dynatrace enable secure authentication and authorization for third-party applications or services, allowing them to access Dynatrace APIs without needing user credentials. The primary purposes of OAuth clients in Dynatrace are:


#) OAuth clients are used for securely accessing the Dynatrace API where you will get Bearer Token to authenticate the API.
#) OAuth clients allow developers (Dynatrace AppDevs here) to build custom apps using App Engine that interact with Dynatrace for solving custom usecases/solutions.



Featured Posts