1
0
Fork 0
forked from sr2/cloud-api

fix: remove oidc audience requirement

This commit is contained in:
Chris Milne 2026-05-28 15:16:21 +01:00
parent 6cfacad131
commit d03478637a
3 changed files with 0 additions and 3 deletions

View file

@ -9,7 +9,6 @@ from src.config import CustomBaseSettings
class AuthConfig(CustomBaseSettings):
OIDC_CONFIG: str = ""
OIDC_ISSUER: str = ""
OIDC_AUDIENCE: str = ""
CLIENT_ID: str = ""