From 7d81c6e1c177dddb46475ac9deda2decba505b74 Mon Sep 17 00:00:00 2001 From: Samir Patel <48686912+54mir@users.noreply.github.com> Date: Wed, 15 Dec 2021 12:39:14 -0600 Subject: [PATCH] add defaults to conf --- install/featurebase.conf | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/install/featurebase.conf b/install/featurebase.conf index df52ec2d7..62671e018 100644 --- a/install/featurebase.conf +++ b/install/featurebase.conf @@ -372,14 +372,15 @@ log-path = "/var/log/molecula/featurebase.log" # ============================================================================== # Enable/Disable AuthN/AuthZ for featurebase -# Can choose identity provider, pass authorize and user-info endpoints, and client id +# Can choose identity provider, defaults for Azure Active Directory +# Use provided keygen binary to generate hash and block keys with sufficient length and entropy # [auth] # enable = false # client-id = "" # client-secret = "" -# authorize-url = "" -# token-url = "" -# group-endpoint-url = "" -# scope-url = "" +# authorize-url = "https://login.microsoftonline.com/4a137d66-d161-4ae4-b1e6-07e9920874b8/oauth2/v2.0/authorize" +# token-url = "https://login.microsoftonline.com/4a137d66-d161-4ae4-b1e6-07e9920874b8/oauth2/v2.0/token" +# group-endpoint-url = "https://graph.microsoft.com/v1.0/me/transitiveMemberOf/microsoft.graph.group?$count=true" +# scope-url = ["https://graph.microsoft.com/.default", "offline_access"] # hash-key = "" # block-key = "" \ No newline at end of file