Feijuca.Keycloak.MultiTenancy 1.1.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package Feijuca.Keycloak.MultiTenancy --version 1.1.1                
NuGet\Install-Package Feijuca.Keycloak.MultiTenancy -Version 1.1.1                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Feijuca.Keycloak.MultiTenancy" Version="1.1.1" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Feijuca.Keycloak.MultiTenancy --version 1.1.1                
#r "nuget: Feijuca.Keycloak.MultiTenancy, 1.1.1"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Feijuca.Keycloak.MultiTenancy as a Cake Addin
#addin nuget:?package=Feijuca.Keycloak.MultiTenancy&version=1.1.1

// Install Feijuca.Keycloak.MultiTenancy as a Cake Tool
#tool nuget:?package=Feijuca.Keycloak.MultiTenancy&version=1.1.1                

<a id="readme-top"></a>

MIT License

About The Project

This project has a quickly purpose: Extend the behavior of keycloak-authorization-services-dotnet but adding a multi-tenancy support. Maybe you are asking yourself, what is feijuca? Well... Feijuca is a nickname for a famous Brazilian dish called Feijoada. I wanted to use a name representing my country on this project and Feijuca was chosen.

Motivation

Keycloak may not be the best solution to work with multi-tenancy authentication, but we have the possibility of achieving this using the multi-realm context, basically we can have multi-realms within a keycloak instance and you can treat each realm as a tenant within your application. Therefore, this project aims to provide a model where this objective can be achieved. 😄

Built With

<img src="https://img.shields.io/badge/dotnet8-blue" />

Prerequisites

This project was made with the purpose to attend only applications that follows the current .Net Supported versions.

Getting Started

Well, as explained previously, this project is just a quicky extension to add multi tenancy support following everything that is done in the keycloak-authorization-services-dotnet. So as a first step you should make the settings according to what is described in the documentation for this project and first of all understand what was written on the documentation.

Installation

Below is an example of how you can configure your application to accomplish the goal to use multi tenancy besed on keycloak realms

  1. Get a free API Key at https://example.com
  2. Clone the repo
    git clone https://github.com/your_username_/Project-Name.git
    
  3. Install NPM packages
    npm install
    
  4. Enter your API in config.js
    const API_KEY = 'ENTER YOUR API';
    

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE.txt for more information.

Contact

LinkedIn

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.10.0 214 9/15/2024
1.9.1 102 9/15/2024
1.9.0 149 9/9/2024
1.8.0 1,088 7/22/2024
1.7.0 81 7/21/2024
1.6.0 67 7/21/2024
1.5.1 181 7/11/2024
1.5.0 88 7/10/2024
1.4.0 76 7/10/2024
1.3.0 177 7/7/2024
1.2.0 93 7/7/2024
1.1.1 89 7/7/2024
1.1.0 100 7/7/2024
1.0.2 93 7/7/2024
1.0.1 104 7/6/2024
1.0.0 98 7/6/2024