-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwhmcs.json
More file actions
35 lines (35 loc) · 1.2 KB
/
whmcs.json
File metadata and controls
35 lines (35 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"schema": "1.0",
"type": "whmcs-addons",
"name": "Azure B2C SSO Loogin",
"license": "proprietary",
"category": "addon",
"description": {
"name": "Azure B2C SSO Login",
"tagline": "Replace WHMCS client login with Azure AD B2C authentication",
"long": "Fully replaces the default WHMCS client login with Azure AD B2C SSO, auto‐provisions clients in WHMCS, and syncs name/email from Azure claims.",
"features": [
"Full replacement of client login with Azure AD B2C",
"Just-in-time provisioning of WHMCS client accounts",
"Sync client name and email from Azure B2C",
"Optional PKCE support for enhanced OAuth2 security",
"Admin configurable via WHMCS addon settings"
]
},
"logo": {
"filename": "logo.png"
},
"support": {
"homepage": "https://yourwebsite.com",
"learn_more": "https://github.com/ProjectOpenCannibal/Entra_WHMCS/blob/main/README.md",
"email": "support@yourwebsite.com",
"support_url": "https://github.com/ProjectOpenCannibal/Entra_WHMCS/issues",
"docs_url": "https://github.com/ProjectOpenCannibal/Entra_WHMCS/wiki"
},
"authors": [
{
"name": "Roxxon",
"homepage": "https://roxxonglobal.com"
}
]
}