Giter Site home page Giter Site logo

mderevyankoaqa / jmeter-azure-authentication Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 2 KB

The lib helps to generate an OAuth 2.0 token in Java using a Client ID, Client Secret, and Tenant ID, you can use the Microsoft Identity Platform (Azure AD) to authenticate your application and obtain a token and work with API

License: MIT License

jmeter-azure-authentication's Introduction

jmeter-azure-authentication

The article helps to generate an OAuth 2.0 token in Java using a Client ID, Client Secret, and Tenant ID, you can use the Microsoft Identity Platform (Azure AD) to authenticate your application and obtain a token and work with API

barier token generation

A bearer token helps to get access to app when it's configured in APP. The official documentation is https://learn.microsoft.com/en-us/azure/active-directory/develop/v2-oauth2-client-creds-grant-flow#first-case-access-token-request-with-a-shared-secret The example of the curl

curl -X POST -H "Content-Type: application/x-www-form-urlencoded" -d 'client_id={your_id}&scope=https%3A%2F%2Fgraph.microsoft.com%2F.default&client_secret={your_secret}&grant_type=client_credentials' 'https://login.microsoftonline.com/{your_tenant}/oauth2/v2.0/token'

So there is no sense in creating some libs, you can get access using the post above.

jmeter-azure-authentication's People

Contributors

mderevyankoaqa avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.