# This sample can be configured to work with Microsoft Entra ID. # # If you are using a Microsoft Entra ID tenant, # configure the AUTHORITY variable as # "https://login.microsoftonline.com/TENANT_GUID" # or "https://login.microsoftonline.com/contoso.onmicrosoft.com". # # Alternatively, use "https://login.microsoftonline.com/common" for multi-tenant app. AUTHORITY= CLIENT_ID= # Uncomment the following setting if you are using a confidential client # which has a client secret. Example value: your password #CLIENT_SECRET= # Configure this if you are using a confidential client which has a client credential. # Example value: {"private_key_pfx_path": "/path/to/your.pfx"} CLIENT_CREDENTIAL_JSON= # Multiple scopes can be added into the same line, separated by a space. # Here we use a Microsoft Graph API as an example # You may need to use your own API's scope. SCOPE= # Required if the sample app wants to call an API. #ENDPOINT=https://graph.microsoft.com/v1.0/me # Required if you are testing the username_password_sample.py #USERNAME=