Last active
November 30, 2021 20:53
-
-
Save MatthewJDavis/69bd18c079b2f7026f637e6674fac03c to your computer and use it in GitHub Desktop.
Variable file for Azure AD app with secret.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
application_name="MS Graph Directory Role Application" | |
homepage_url = "https://localhost" | |
logout_url = "https://localhost/logout" | |
identifier_uris = ["https://msgdra"] | |
redirect_uris = ["https://msgdra/"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment