APF Portal Admin

Administrative back-office for the APF Portal. Sign in with an Entra account that carries the admin app role to reach the functional modules.

@switch (state().kind) { @case ('loading') {

Checking your admin session…

} @case ('anonymous') {

No admin session detected.

} @case ('error') {

Could not reach the BFF to resolve the session.

} @case ('authenticated') { @if (currentUser(); as user) {

Signed in as {{ user.displayName }}.

Username
{{ user.username }}
Tenant
{{ user.tid }}
OID
{{ user.oid }}
} } }

Coming next