1.0.3 • Published 1 year ago

@codingbear03/strapi-plugin-keycloak v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Strapi plugin strapi-plugin-keycloak

This plugin can provide single sign-on.

You will be able to log in to the administration screen using your Keycloak.

This plugin is developed by one engineer. If possible, consider using the Gold Plan features.

Easy to install

yarn add @codingbear03/strapi-plugin-keycloak

or

npm i @codingbear03/strapi-plugin-keycloak

Requirements

  • Strapi Version4
  • strapi-plugin-keycloak
  • Keycloak Instance

Example Configuration

// config/plugins.js
module.exports = ({ env }) => ({
  "strapi-plugin-keycloak": {
    enabled: true,
    config: {},
  },
});

Support

  • ✅ NodeJS <= 18.x
  • Strapi 4.1.7 or higher
1.0.3-rc

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago