بنقرة واحدة
tokenx-auth
Service-to-service authentication using TokenX token exchange in Nais
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Service-to-service authentication using TokenX token exchange in Nais
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Gi nye apper tilgang til Lumi feedback — ruter Azure via proxy og TokenX direkte til API
Exposed 1.0.0 JDBC DSL patterns (imports, transactions, queries, raw SQL, and types)
Database migration patterns using Flyway with versioned SQL scripts
Sealed class configuration pattern for Kotlin applications with environment-specific settings
Setting up Prometheus metrics, OpenTelemetry tracing, and health endpoints for Nais applications
Responsive layout patterns using Aksel spacing tokens with Box, VStack, HStack, and HGrid
| name | tokenx-auth |
| description | Service-to-service authentication using TokenX token exchange in Nais |
lumi-api does not currently use TokenX. Authentication in this repo is based on Azure AD access tokens validated via NAIS Texas introspection.
Use this skill only if the team explicitly decides to introduce TokenX (typically for calling other internal services on behalf of a user).
no.nav.lumi.config.Auth.accessPolicy + ordinary service-to-service auth mechanisms already adopted by the platform/team.apiVersion: nais.io/v1alpha1
kind: Application
metadata:
name: lumi-api
spec:
tokenx:
enabled: true
config/TokenX.kt) and covered by tests.