diff --git a/.env.example b/.env.example index c834846..842b998 100644 --- a/.env.example +++ b/.env.example @@ -6,7 +6,10 @@ FETCH_INTERVAL_MINUTES=60 AUTH_ENABLED=false AUTH_TENANT_ID=your-tenant-id AUTH_CLIENT_ID=your-api-client-id -# Optional scope for SPA login (e.g., api:///access_as_user) +# API scope the SPA should request at login. +# When set, the frontend acquires an access token for this scope (aud = AUTH_CLIENT_ID). +# When empty, the frontend falls back to the idToken, which is also valid for the backend. +# Example: api://cc31fd45-1eca-431f-a2c6-ba81cd4c5d50/.default AUTH_SCOPE= # Comma-separated lists (optional): AUTH_ALLOWED_ROLES= diff --git a/backend/frontend/index.html b/backend/frontend/index.html index eddb63c..f0a2ecf 100644 --- a/backend/frontend/index.html +++ b/backend/frontend/index.html @@ -4,7 +4,7 @@ AOC Events - + @@ -29,8 +29,10 @@ @@ -38,55 +40,73 @@
- - - - - - - - -
- - - - +
+ + + + +
+
+ + + +
+
+
+ App / Service +
+
+ + +
+
+ +
+
+
+
+
+
+ + + + +
@@ -98,35 +118,35 @@
-