The user cannot authenticate into that application, even if the account exists and the login flow itself is correct. Assignment is the access control layer that decides which users may use which apps. If the application is added after the user was created, teams usually need to edit the user or the parent account and assign the app explicitly.
Why This Matters for Security Teams
When a user is not assigned to a React-connected SSO application, the failure is not usually in the SSO handshake itself. The break happens at the authorisation layer: the identity provider will authenticate the person, but the application will not treat them as entitled to use it. That distinction matters because teams often troubleshoot sign-in as if it were a login bug, when the actual issue is missing app assignment, group mapping, or entitlement sync. This is easy to miss in environments that mix human users, service accounts, and automation. A React front end may present a clean login screen, but behind it the access decision is still controlled by policy. In practice, teams often learn this only after a user has already been provisioned, because the account exists and the SSO route works, yet the app still returns access denied. That pattern is a common root cause in broader identity failures too. NHI Mgmt Group notes that only 5.7% of organisations have full visibility into their service accounts, which shows how often access governance is incomplete even before user assignment enters the picture. For identity-driven apps, the hard part is not proving who someone is, but proving they are entitled to reach that app at that moment. In practice, many security teams encounter this only after users begin raising access tickets, rather than through intentional entitlement review.How It Works in Practice
In a React SSO setup, authentication and application assignment are separate controls. SSO confirms identity through the identity provider. Assignment determines whether that identity is allowed into the specific application. If assignment is missing, the user may still complete the login redirect, but the application or IdP will reject the session or withhold the app from the launcher. The practical workflow usually looks like this:- The user is created in the directory or identity provider.
- The application is added to the tenant or SSO catalog.
- Assignment is granted directly to the user or indirectly through a group.
- Claims or assertions are issued only if the user matches the entitlement rule.
- The app trusts the assertion, then enforces its own access policy.
Common Variations and Edge Cases
Tighter access control often increases administration overhead, requiring organisations to balance user convenience against entitlement accuracy. That tradeoff becomes visible in SSO setups with multiple app types, because not every application uses assignment the same way. Some common variations change the failure mode:- Group-based assignment can work correctly while the user still fails if directory sync is delayed.
- Just-in-time provisioning may create the account on first login, but not grant the correct app role.
- Some IdPs hide unassigned apps from the portal, while others show them but block launch.
- Role mappings can be correct in the IdP yet still fail if the target app expects a local role claim.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
OWASP Non-Human Identity Top 10 address the attack and risk surface, while NIST CSF 2.0, NIST SP 800-63, NIST Zero Trust (SP 800-207) and NIST AI RMF set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| NIST CSF 2.0 | PR.AC-4 | App assignment is an access enforcement decision, not just authentication. |
| NIST SP 800-63 | Identity proofing and authn are separate from authorization to use an app. | |
| OWASP Non-Human Identity Top 10 | NHI-02 | Identity lifecycle and entitlement gaps are common NHI control failures. |
| NIST Zero Trust (SP 800-207) | RA-3 | Zero trust requires policy-based access decisions at request time. |
| NIST AI RMF | AI governance is not primary here, but the access-control discipline is analogous. |
Use explicit governance and accountability for identity-driven access decisions across systems.
Related resources from NHI Mgmt Group
- Why do ADFS-based SSO deployments create higher operational risk as application estates grow?
- What breaks when user provisioning does not cover every application?
- What breaks when offboarding removes SSO access before application access?
- What breaks when web application pentesting still depends on repeated setup work?
Deepen Your Knowledge
Reviewed and updated by the NHIMG editorial team on September 1, 2026.
NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org