diff --git a/Watcher/.env b/Watcher/.env index e69de29..131f689 100644 --- a/Watcher/.env +++ b/Watcher/.env @@ -0,0 +1,8 @@ + +# OIDC Einstellungen +AUTHENTICATION__USELOCAL=false +AUTHENTICATION__POCKETID__ENABLED=true +AUTHENTICATION__POCKETID__AUTHORITY=https://pocketid.triggermeelmo.com +AUTHENTICATION__POCKETID__CLIENTID=629a5f42-ab02-4905-8311-cc7b64165cc0 +AUTHENTICATION__POCKETID__CLIENTSECRET=QHUNaRyK2VVYdZVz1cQqv8FEf2qtL6QH +AUTHENTICATION__POCKETID__CALLBACKPATH=/signin-oidc \ No newline at end of file diff --git a/Watcher/.env.example b/Watcher/.env.example index e69de29..032d787 100644 --- a/Watcher/.env.example +++ b/Watcher/.env.example @@ -0,0 +1,8 @@ + +# OIDC Einstellungen +AUTHENTICATION__USELOCAL=true +AUTHENTICATION__POCKETID__ENABLED=false +AUTHENTICATION__POCKETID__AUTHORITY=https://id.domain.app +AUTHENTICATION__POCKETID__CLIENTID= +AUTHENTICATION__POCKETID__CLIENTSECRET= +AUTHENTICATION__POCKETID__CALLBACKPATH=/signin-oidc