Initial Version

This commit is contained in:
root
2025-12-21 10:00:27 -05:00
commit 52ff8a8314
12 changed files with 1118 additions and 0 deletions

13
composer.json Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "ktrix/authentication-provider-oidc",
"description": "Ktrix OpenID Connect authentication provider for SSO authentication",
"type": "project",
"autoload": {
"psr-4": {
"KTXM\\AuthenticationProviderOidc\\": "lib/"
}
},
"require": {
"php": ">=8.2"
}
}