@zenith-open/zenithcms-plugin-auth-saml 1.0.0-beta.10 → 1.0.0-beta.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +2 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -5,7 +5,8 @@ const samlAuthPlugin = () => {
5
5
  return {
6
6
  id: 'auth-saml',
7
7
  name: 'SAML 2.0 Authentication',
8
- description: 'Enterprise SAML 2.0 Identity Provider Integration',
8
+ description: 'SAML SSO Integration for Enterprise',
9
+ apply: (config) => config,
9
10
  onReady: async (ctx) => {
10
11
  ctx.logger.info('[SAML Plugin] Registering SAML passport strategy...');
11
12
  const core = require('@zenith-open/zenithcms-core');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zenith-open/zenithcms-plugin-auth-saml",
3
- "version": "1.0.0-beta.10",
3
+ "version": "1.0.0-beta.11",
4
4
  "description": "Enterprise SAML 2.0 Auth Strategy",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -11,8 +11,8 @@
11
11
  "typescript": "^5.4.5"
12
12
  },
13
13
  "peerDependencies": {
14
- "@zenith-open/zenithcms-types": "1.0.0-beta.10",
15
- "@zenith-open/zenithcms-core": "1.0.0-beta.10"
14
+ "@zenith-open/zenithcms-core": "1.0.0-beta.11",
15
+ "@zenith-open/zenithcms-types": "1.0.0-beta.11"
16
16
  },
17
17
  "publishConfig": {
18
18
  "access": "public"