@@ -37,7 +37,7 @@ const features: Feature[] = [
3737 title : "TOTP MFA (Users & Admins)" ,
3838 bullets : [
3939 "Setup and verify with backup codes" ,
40- "Per-group and cohort enforcement with rate limits" ,
40+ "Per-organization enforcement with rate limits" ,
4141 "AMR includes otp; ACR indicates MFA" ,
4242 ] ,
4343 tags : [ "OTP" , "TOTP" , "MFA" ] ,
@@ -84,7 +84,7 @@ const features: Feature[] = [
8484 icon : Settings ,
8585 title : "Admin: Clients, Settings, RBAC" ,
8686 bullets : [
87- "Manage clients, settings, users, groups , permissions" ,
87+ "Manage clients, settings, users, roles , permissions, and organizations " ,
8888 "JWKS list and rotate" ,
8989 "OpenAPI served for Admin APIs" ,
9090 ] ,
@@ -119,10 +119,10 @@ const features: Feature[] = [
119119 } ,
120120 {
121121 icon : Hash ,
122- title : "Claims: Permissions and Groups " ,
122+ title : "Claims: Permissions" ,
123123 bullets : [
124- "ID tokens can include permissions and groups " ,
125- "Computed from direct and group‑ derived access" ,
124+ "ID tokens can include permissions" ,
125+ "Computed from direct and organization role- derived access" ,
126126 ] ,
127127 tags : [ "Custom Claims" ] ,
128128 } ,
0 commit comments