NOTICE.
You are currently visiting the staging environment
intended for development and testing purposes only.
NOTICE.
You are currently visiting the staging environment
intended for development and testing purposes only.
Citizen iD handles sign-in, consent and verified identity context so community tools can focus on useful product workflows instead of rebuilding account verification.
Let users sign in with Citizen iD and request only the identity scopes your community tool needs.
Use privacy-scoped RSI verification and account signals instead of rebuilding fragile verification flows.
Connect tools, Discord servers and Citizen iD roles so your application fits into the wider community identity graph.
Give community tools a familiar sign-in entry point before requesting Star Citizen identity scopes.
User Profile
Allows reading your Citizen iD profile information
RSI Profile
Access to your RSI profile information
RSI Primary Membership
Access to your publicly visible primary RSI organization membership
User Roles
Allows reading your Citizen iD account roles
Use token claims as consented inputs for user identity, RSI profile context, orgs and roles.
Consent visible
The authorization preview shows requested scopes before claims are issued.Claims scoped
Profile and RSI fields appear only when matching scopes were granted.openid profile rsi.profile rsi.orgs.primary
{
// ...
"scope": "openid profile rsi.profile rsi.orgs.primary",
"name": "Example Pilot",
"preferred_username": "example-pilot",
"urn:user:rsi:username": "ExamplePilot",
"urn:user:rsi:displayName": "Example Pilot",
"urn:user:rsi:citizenId": "607633",
"urn:user:rsi:orgs:primary": "ARK"
}Combine Citizen iD account roles with community-scoped roles your app understands.
openid profile roles
{
// ...
"scope": "openid profile roles",
"role": [
"CitizenId/AccountType/Citizen",
"CitizenId/Status/Verified",
"arksquadron/member/pilot",
"arksquadron/wing/industrial"
]
}
This is an unofficial Star Citizen® tool, unaffiliated with the Cloud Imperium group of companies. Some content on this site belongs to their respective owners. Star Citizen®, Roberts Space Industries® and Cloud Imperium® are registered trademarks of Cloud Imperium Rights LLC.