Skip to content

Instantly share code, notes, and snippets.

@nerdcules
Last active April 28, 2024 09:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nerdcules/a80154a6ddd102a83e10b856fe6afd40 to your computer and use it in GitHub Desktop.
Save nerdcules/a80154a6ddd102a83e10b856fe6afd40 to your computer and use it in GitHub Desktop.
AAD OAuth2.0

2024-04-27 @ 11:30am

This video seems to be the best explanation (so far) for setting up AAD/Entra ID authX:

https://youtu.be/59YwW8FrLm8?si=vYWrvig_xphhHpef

and

https://www.youtube.com/watch?v=cUcn1gm_f-8&lc=UgzStvstCVYUUgJW8zl4AaABAg

https://www.youtube.com/watch?v=_LdiqQ13NBo

Client-01: ClientId:4ea665b0-656b-4402-bf92-1ac28b6b539e

Scope: api://4ea665b0-656b-4402-bf92-1ac28b6b539e

Secret: It68QM9zn-H318nL2U~x6.fWD_SLTnBReNmaTL

Token endpoint:https://login.microsoftonline.com/1cabd5e8-e68a-4ad8-9a69-7f5f24e92af2/oauth2/v2.0/token

Resource (API):

ClientId: 9b635a5a-9f1a-4a56-8387-d5b258d11f51

Scope: api://9b635a5a-9f1a-4a56-8387-d5b258d11f51

Secret: zPd8Q~faEUcSU.nS5GPaplqNaI-MzgloWTfoEdaO

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment