This commit is contained in:
commit
a6f79da4a2
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"name": "wp-xwiki/flarum-oauth-entra",
|
||||
"description": "Microsoft Entra ID (Azure AD) OAuth provider for Flarum with Tenant ID support.",
|
||||
"type": "flarum-extension",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "wp-xwiki",
|
||||
"email": "admin@example.com"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"flarum/core": "^1.0.0",
|
||||
"fof/oauth": "^1.3.0",
|
||||
"stevenmaguire/oauth2-microsoft": "^2.2"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Sbp\\FlarumOAuthEntra\\": "src/"
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
"flarum-extension": {
|
||||
"title": "Microsoft Entra ID OAuth",
|
||||
"icon": {
|
||||
"name": "fab fa-microsoft",
|
||||
"backgroundColor": "#2F2F2F",
|
||||
"color": "#ffffff"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue