Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "psignoret/aad-sso-wordpress",
"type": "wordpress-plugin",
"description": "A WordPress plugin that allows organizations to use their Azure Active Directory user accounts to sign in to WordPress. Organizations with Office 365 already have Azure Active Directory (Azure AD) and can use this plugin for all of their users.",
"homepage": "https://github.com/psignoret/aad-sso-wordpress",
"support": {
"issues": "https://github.com/psignoret/aad-sso-wordpress/issues"
},
"license": "MIT",
"authors": [
{
"name": "Philippe Signoret"
}
]
}