actix-admin/examples/azure_auth/.env.example

4 lines
239 B
Plaintext
Raw Normal View History

2022-12-29 19:56:20 +01:00
# Create a .env file in the same folder and add variables below with correct oauth credentials
2022-11-08 17:10:27 +01:00
OAUTH2_CLIENT_SECRET= "TODO"
OAUTH2_CLIENT_ID= "TODO"
OAUTH2_SERVER= "login.microsoftonline.com/a5f5xxxx-xxxx-414a-8463-xxxxxxxxxxxxx(tenantId)"