- Network slicing authentication is the secondary EAP procedure defined in 3GPP TS 23.501/TS 23.502 that verifies subscriber entitlement to a specific S-NSSAI before PDU session establishment – distinct from primary 5G-AKA authentication.
- Per-slice billing requires the AAA server to carry the S-NSSAI as a charging attribute on the Gy interface, generating separate CDRs per slice so the OCS can rate against the correct service contract.
- Revenue leakage in sliced networks has three specific failure modes: secondary authentication bypass at the SMF, S-NSSAI misattribution in CDRs, and accounting gaps caused by stateless pod termination in cloud-native deployments.
- Alepo’s AAA platform processes 36,000+ TPS at sub-millisecond latency – within the PDU session setup timing constraint for DN-AAA secondary authentication at production volumes.
Network slicing authentication is the mechanism that determines whether a subscriber can access a specific 5G network slice and enforces the billing, policy, and QoS rules that turn that slice into revenue. Without it, a CSP running 5G Standalone infrastructure cannot enforce per-slice SLAs, cannot generate slice-tagged CDRs for enterprise tenants, and cannot close the billing gaps that open when subscribers access premium slices without completing the correct authentication procedure.
In 2026, with 3GPP Release 17’s enhanced Network Slice-Specific Authentication and Authorization (NSSAA) procedures running in production networks, operators still using flat authentication models are deploying 5G infrastructure on 4G-era monetization logic. This guide covers what network slicing monetization means operationally, the AAA role in per-slice billing and access control, authentication requirements for monetized slices, policy configuration, revenue models, and leakage prevention – giving 5G product managers and revenue assurance teams the depth to make an informed architecture decision.
What Is Network Slicing Monetization?
5G network slicing partitions a single physical infrastructure into logically isolated networks, each with its own QoS parameters, security context, and resource guarantees defined by an S-NSSAI (Single Network Slice Selection Assistance Information). Monetizing that infrastructure means making each slice separately billable, accurately, in real time, with audit-grade CDR evidence.
Definition and Core Function
Network slicing authentication is the per-session secondary EAP procedure, executed between the SMF and the DN-AAA server per 3GPP TS 23.501 Section 5.6.6 and TS 23.502, that verifies a subscriber’s entitlement to a specific S-NSSAI and returns the slice-specific policy attributes, billing tier, QoS profile, session limits, required before PDU session activation.
Primary 5G authentication (5G-AKA or EAP-AKA’) establishes that a subscriber is who they claim to be. Network slicing authentication answers a different question: does this subscriber hold a service contract for this slice, at this QoS tier, under this billing arrangement? The two procedures are structurally separate. Primary authentication runs via AUSF and UDM during 5G-AKA; secondary authentication runs via the SMF-to-DN-AAA interface after primary authentication completes and before PDU session establishment.
How It Works in Carrier Networks
At PDU session establishment, the SMF determines the requested S-NSSAI and, if the slice requires secondary authentication, initiates an EAP exchange with the designated DN-AAA server per 3GPP TS 23.502 Section 4.2.9. The DN-AAA receives the EAP-Request over RADIUS (RFC 2865/RFC 3579) or Diameter (RFC 6733/3GPP TS 29.273). It validates slice entitlement, selects the slice-specific policy profile, and returns an EAP-Success carrying authorization attributes, 5QI, AMBR uplink/downlink, billing tier, as RADIUS VSAs or Diameter AVPs. The SMF applies those attributes at PDU session activation. EAP-Failure terminates the session before it opens.
The timing constraint is hard: secondary authentication must complete within the SMF’s PDU session establishment timer. AAA throughput and latency are not abstract benchmarks, they are measured against an operator SLA at production session volumes.
Why It Matters for CSPs Today
Three concrete consequences for a CSP operating without per-slice secondary authentication:
- Revenue gap
A subscriber on a premium enterprise slice without slice-specific EAP authentication is billed on their default consumer profile. CDRs on the Gz/Gy interface carry no S-NSSAI charging attribute. The billing system cannot rate the session against the enterprise contract.
- SLA liability
Without per-slice AAA, the operator cannot demonstrate that only entitled subscribers are on a dedicated slice and cannot produce audit logs proving SLA compliance in a B2B dispute.
- Compliance exposure
A subscriber on a restricted infrastructure slice who bypassed secondary authentication represents both a billing failure and a regulatory compliance failure in markets requiring accurate session-level accounting.
AAA Role in Per-Slice Billing and Access
The AAA server performs three distinct functions for network slices: it authenticates the subscriber’s slice entitlement, authorizes the session with slice-specific QoS and billing attributes, and records each session for downstream CDR generation.
Core Concepts and Definitions
In a 5G SA architecture, the DN-AAA server:
- Authenticates using the EAP method configured for the slice – EAP-AKA’, EAP-TLS, or EAP-TTLS, depending on subscriber class and slice security requirements.
- Authorizes by returning slice-specific attributes: 5QI, ARP, session AMBR, billing tier code, session timeout – as RADIUS VSAs (RFC 2865/3GPP TS 29.061) or Diameter AVPs (3GPP TS 29.273).
- Accounts by receiving RADIUS Accounting Start/Stop/Interim records or Diameter Gz/Gy CCRs from the SMF, generating per-slice CDRs that carry the S-NSSAI as a billing attribute (3GPP TS 29.272 Section 7.3.1).
How This Applies to Your Network
For a multi-tenant model – an IoT slice, a URLLC slice for factory automation, and a consumer eMBB slice – the AAA maintains separate policy profiles per S-NSSAI. When the SMF triggers secondary authentication for the IoT slice, the AAA must resolve the correct profile for that S-NSSAI against that subscriber identity, not a generic subscriber policy. The lookup must complete under 200ms from the SMF’s perspective at production session volume. Any slower and the AAA becomes a PDU session setup bottleneck.
Alepo’s Implementation Approach
Alepo’s AAA handles DN-AAA secondary authentication natively via Diameter (3GPP TS 29.273) and RADIUS (RFC 2865/RFC 3579). Per-slice policy profiles resolve in-memory at authentication time – no per-request external provisioning query. Policy cache updates propagate in real time.
At a Tier-1 US fiber operator, Alepo’s cloud-native AAA handles production concurrent sessions at scale on GCP/Kubernetes using StatefulSets with an external Redis session store, maintaining session state across pod restarts and scale events.
Authentication Requirements for Monetized Slices
EAP method selection depends on the slice’s security posture, subscriber class, and enterprise tenant integration requirements. The method must be defined in the slice product specification before network design begins – changing it post-launch requires changes at both the AAA and the SMF, which is operationally expensive.
Core Concepts and Definitions
Authentication Requirements for Monetized Slices are the EAP method selection rules, credential types, and identity verification standards configured per S-NSSAI to satisfy the SMF-to-DN-AAA interface requirements and the commercial requirements of the slice product – subscriber SLA, tenant isolation, billing accuracy.
3GPP R16 introduced secondary authentication for network slices in TS 23.501. 3GPP R17 extended this with enhanced NSSAA procedures, including slice-level re-authentication and mid-session de-authorization – an operator can revoke a subscriber’s access to a specific slice without terminating their primary 5G connection (3GPP TS 23.502 Section 4.2.9.2).
How This Applies to Your Network
Consumer eMBB.
EAP-AKA’ reusing existing USIM credentials is the lowest-friction path. No additional credential management; the subscriber’s SIM is the authentication credential for slice access.
Enterprise B2B.
EAP-TLS with certificate-based authentication is appropriate where the enterprise tenant controls its own PKI. The enterprise issues certificates; the CSP’s AAA validates against the enterprise CA. Slice access policy stays under CSP control; identity management is delegated to the enterprise.
IoT and URLLC.
EAP-TTLS with a RADIUS proxy to a corporate directory (LDAP, Active Directory) is the common integration path when enterprise devices authenticate against existing infrastructure.
Alepo’s Implementation Approach
Alepo’s AAA supports EAP-AKA’, EAP-TLS, EAP-TTLS, and PEAP – selectable per S-NSSAI from a single instance. A CSP can run EAP-AKA’ on the consumer eMBB slice and EAP-TLS on the enterprise B2B slice simultaneously without separate infrastructure per slice type.
For EAP-TLS, Alepo integrates an OCSP client for real-time certificate revocation checking in the authentication path, keeping validation within the latency budget for PDU session setup. This eliminates the need for an external certificate verification service on the critical authentication path – a design detail that matters at production scale.
Configuring AAA for Slice-Specific Policies
Policy configuration is where slice monetization is operationally implemented. The AAA server’s policy engine determines exactly which QoS and billing attributes each session receives on each slice – and pushes changes to active sessions without requiring teardown.
Core Concepts and Definitions
Slice-Specific Policy Configuration is the process of defining, per S-NSSAI, the RADIUS Diameter attribute sets – 5QI, ARP, session AMBR, time-based access controls, billing category codes – that the AAA returns during authorization, and the CoA/RAR mechanisms used to update those attributes on active sessions when policy changes occur.
A mismatched AVP – wrong data type, wrong vendor ID, wrong attribute code – produces a silent policy failure: the SMF ignores the attribute and falls back to a default. These failures do not throw errors in standard logs; they generate billing records rated against the wrong service class.
How This Applies to Your Network
For a URLLC slice with a contractual latency SLA, the AAA must return the correct 5QI value that maps to the scheduling priority configured in the RAN. If the AAA returns a wrong 5QI – or returns nothing and the SMF falls back to a default – the tenant’s traffic is not prioritized. The SLA is breached. No log evidence shows the failure originated at the policy layer.
Policy changes to active slices – tier upgrades, promotional QoS modifications, SLA enforcement adjustments – must reach active sessions without teardown. This is the Change of Authorization procedure: RADIUS CoA per RFC 5176, Diameter Re-Auth Request (RAR) per RFC 6733. The AAA pushes updated attributes to the SMF; the SMF applies the new policy in-session without subscriber impact.
Alepo’s Implementation Approach
Alepo’s policy engine supports per-S-NSSAI profiles with attribute-level granularity: 5QI, AMBR uplink/downlink, ARP, session timeout, time-based rules, and billing category are independently configurable per slice. Policy updates push to active sessions via RADIUS CoA (RFC 5176) or Diameter RAR without session teardown.
For operators deploying enterprise IoT slices across multiple tenants, Alepo’s multi-tenant policy model provides isolated policy namespaces per enterprise within a single AAA instance – one infrastructure stack, tenant-level policy isolation, no separate hardware per enterprise customer.
Revenue Models: Per-Slice SLA, Priority Access, B2B
Network slicing creates three commercially distinct revenue models, each with different AAA billing attribute requirements.
Core Concepts and Definitions
Per-Slice Revenue Models are the commercial structures under which a CSP charges for differentiated slice access – SLA-based flat-rate, priority tier within a shared slice, or B2B enterprise tenancy with contractual guarantees. Each model generates different CDR structures and requires the AAA to pass different billing attributes to the charging system.
How This Applies to Your Network
- SLA-Based Flat-Rate.
An enterprise customer pays a fixed monthly fee for a dedicated slice with defined uptime, throughput, and latency guarantees. At 99.999% uptime – fewer than 6 minutes of unplanned downtime per year – this is a hard contractual commitment. AAA generates Start/Stop records with the slice SLA tier as a billing attribute; the OCS rates against the flat-rate contract, not per-megabyte.
- Priority Access Tier.
A premium subscriber pays for priority scheduling within a shared eMBB slice. AAA returns an elevated 5QI/ARP at authorization. Gy online charging applies a premium rate code to sessions carrying the priority attribute. Billing is volume-based; the per-unit rate reflects the tier.
- B2B Enterprise Tenancy.
A corporate customer purchases a dedicated S-NSSAI. Secondary authentication uses enterprise EAP-TLS credentials. The AAA generates accounting records across both the CSP’s OCS and an enterprise-facing usage reporting context – separate CDR exports per tenant, S-NSSAI and billing category on every record.
Alepo’s Implementation Approach
Alepo’s AAA supports all three models from a single platform. For Diameter Gy online charging, Alepo’s Gy client includes the S-NSSAI as a 3GPP VSA (per TS 29.212) in every Credit Control Request, enabling the OCS to apply slice-specific rating rules without custom mediation logic.
Alepo AAA deployments commonly route per-service-class billing attributes to a downstream mediation layer for CDR generation – a directly applicable architecture for per-slice billing deployments.
Preventing Revenue Leakage in Slicing
Revenue leakage in a sliced 5G network has failure modes specific to the slicing architecture. Three vectors account for most billing gaps in production deployments.
Core Concepts and Definitions
Revenue Leakage in Network Slicing occurs when a subscriber accesses a billable slice without generating an accurate, complete accounting record – or generates one rated under the wrong service class. The primary causes are secondary authentication bypass at the SMF, S-NSSAI misattribution in CDRs, and accounting record gaps from abnormal session termination in cloud-native deployments.
How This Applies to Your Network
- Authentication bypass.
A misconfigured SMF secondary authentication requirement lets subscribers establish PDU sessions on a premium slice without completing EAP. The session exists on the network; no slice-specific CDR is generated. The subscriber consumed a billable resource; no slice-tier charge was applied.
- S-NSSAI misattribution.
AAA accounting records that don’t carry the S-NSSAI attribute (3GPP TS 29.272 Section 7.3.1) leave billing mediation unable to identify the session’s slice. Sessions default to the subscriber’s consumer billing profile regardless of the slice tier accessed.
- Accounting gaps on abnormal termination.
In stateless Kubernetes AAA deployments, a pod that terminates mid-session without flushing session state never sends the accounting Stop record. The billing system holds an open session with no closing timestamp. This is a structural characteristic of stateless pod architectures – not an edge case.
Alepo’s Implementation Approach
Alepo addresses all three vectors by design.
For bypass: Alepo’s AAA, configured as the authoritative DN-AAA for designated S-NSSAIs, returns EAP-Failure on failed entitlement validation. The SMF receives no Accept. No PDU session opens. No bypass path exists at the protocol level.
For misattribution: Every Alepo accounting record carries the S-NSSAI as a billing attribute – as a 3GPP VSA in RADIUS accounting or the correct Diameter AVP in Gz/Gy records. Every CDR is slice-tagged at the source.
For accounting gaps: Alepo runs StatefulSets on Kubernetes with an external Redis session store. Session state is not pod-local. If a pod terminates, state persists in Redis. When the SMF sends subsequent accounting records, the replacement pod reconstructs context from Redis and generates a complete CDR. This architecture was validated in production at a Tier-1 US fiber operator’s GCP/Kubernetes deployment.
Alepo AAA for Slicing Monetization
Alepo’s AAA platform handles the full DN-AAA function stack – secondary EAP authentication, per-S-NSSAI policy enforcement, Gy/Gz accounting, and real-time CoA/RAR policy updates – designed for carrier-grade production environments where billing accuracy is a contractual obligation.
Key Technical Differentiators
- Native DN-AAA implementation
Alepo’s Diameter interface to the SMF implements 3GPP TS 29.273 DN-AAA procedures without an EAP proxy or mediation adapter. Secondary authentication completes at 36,000+ TPS throughput and sub-millisecond latency – within the PDU session setup timer at production session volumes.
- Per-S-NSSAI policy engine with tenant isolation.
A single Alepo instance serves consumer eMBB, enterprise B2B, IoT, and URLLC slices simultaneously, with isolated policy namespaces per enterprise tenant. No separate AAA infrastructure required per slice type.
- Stateful-on-Kubernetes architecture.
StatefulSets with external Redis session store eliminate accounting gaps from stateless pod termination. Session state survives pod restarts, scaling events, and abnormal termination.
- Real-time policy via CoA/RAR.
RADIUS CoA (RFC 5176) and Diameter RAR push policy changes to active sessions without teardown – tier upgrades, promotional changes, and SLA enforcement adjustments apply in-service.
Book a demo for the technical overview
Deployment and Integration Approach
Alepo deploys as containerized microservices on Kubernetes – on-premises, GCP, or hybrid. Diameter and RADIUS interfaces are standard 3GPP implementations; no custom SMF-side adaptors required.
A 5G SA slicing deployment integrates across three workstreams: SMF-to-DN-AAA Diameter interface configuration; per-slice policy profile provisioning in Alepo’s subscriber management system; and accounting record routing to the operator’s OCS, mediation, or billing platform. Alepo also offers a fully managed service model – Alepo operates the platform end-to-end, covering people, process, and infrastructure.
Alepo’s engineering team has 20+ years of telecom AAA deployment experience, with documented integration patterns across major SMF vendors drawn from production deployments. Alepo has migrated 50+ operators from legacy AAA platforms to its stack, including operators integrating into existing 5G SA infrastructure requiring DN-AAA.
Customer Success: Proven at Scale
Alepo has 100+ operator deployments globally and a cloud-native GCP/Kubernetes production deployment at a Tier-1 US fiber operator. The platform’s 99.999% uptime target – fewer than 6 minutes of unplanned downtime per year – is a hard requirement for any slice supporting enterprise SLA commitments.
Frequently Asked Questions
Q1: What is network slicing authentication and why does it matter for telecom operators?
Network slicing authentication is the secondary EAP procedure defined in 3GPP TS 23.501/TS 23.502 that verifies a subscriber’s entitlement to a specific 5G network slice before PDU session establishment. Without it, operators cannot enforce per-slice billing, cannot guarantee access isolation for enterprise tenants, and cannot generate the slice-tagged CDRs required for accurate revenue attribution across differentiated service tiers.
Q2: How does network slicing authentication work in 5G?
When a subscriber requests a PDU session on a slice requiring secondary authentication, the SMF initiates an EAP exchange with the DN-AAA server via Diameter or RADIUS. The AAA validates the subscriber’s slice entitlement, returns the slice-specific policy attributes – 5QI, AMBR, billing tier – and signals EAP-Success or EAP-Failure. The SMF activates or rejects the PDU session based on that result. The full exchange must complete before PDU session activation.
Q3: How long does it take to deploy network slicing authentication?
Deployment scope determines timeline. A 5G SA DN-AAA integration spans three workstreams: SMF-to-AAA Diameter interface configuration and testing; per-slice policy profile provisioning in the AAA subscriber management system; and accounting record routing to the OCS or mediation platform. The SMF vendor’s interface compliance and the operator’s existing billing integration maturity are the dominant variables. Alepo delivers integration using fixed-scope professional services packages, drawing on documented patterns from production deployments across major SMF vendors. Contact Alepo’s engineering team for a scoping assessment against your specific architecture.
Q4: What integrations does network slicing authentication need with existing telecom systems?
Network slicing authentication integrates with three core systems: the SMF via Diameter (3GPP TS 29.273) or RADIUS for secondary EAP and policy delivery; the OCS or billing mediation platform via Diameter Gy or RADIUS Accounting for per-slice CDR generation; and the subscriber management or provisioning system for slice entitlement data. UDM or HSS integration requirements depend on the AAA’s identity resolution approach for the secondary authentication identity assertion from the SMF. Alepo’s AAA integrates with Diameter S6b, SWx, Gx, and Gy natively, and connects to external BSS and CRM platforms via REST APIs.
Q5: What support model does an operator need for network slicing authentication?
Production DN-AAA supporting enterprise SLA commitments requires continuous monitoring and fast incident resolution. Alepo’s Gold Support provides a baseline SLA appropriate for most deployments. Operators running 5G SA with enterprise slice tenants typically move to Platinum Support, which adds enhanced response and resolution SLAs, priority escalation, and 24/7 named coverage. A named Technical Account Manager is available for operators who want a senior Alepo engineer embedded in their QBRs and roadmap planning. For operators who prefer to offload operations entirely, Alepo’s managed service option delivers full platform operation under a defined service agreement.
Conclusion
Network slicing authentication is the enforcement layer that converts 5G SA infrastructure into a commercially differentiated product catalogue. Without per-slice secondary authentication – EAP at the DN-AAA, S-NSSAI-tagged CDRs flowing accurately to the billing system – a CSP’s slicing deployment generates infrastructure cost without the corresponding revenue capture.
The three leakage vectors covered here – authentication bypass, CDR misattribution, and accounting gaps on pod termination – are specific, addressable, and directly linked to billing accuracy. Each has a concrete architectural fix. Alepo’s AAA platform handles the full DN-AAA function stack at 36,000+ TPS and sub-millisecond latency, in a Kubernetes-native architecture that eliminates the session state loss inherent in stateless pod deployments.
If this guide gave you the technical framing you needed, the next step is seeing how Alepo’s implementation maps to your specific 5G SA architecture and slice product definition.
To watch it live, book a demo now

