Spring-boot-auth0-discriminator-multitenancy icon indicating copy to clipboard operation
Spring-boot-auth0-discriminator-multitenancy copied to clipboard

SaaS - Discriminator based multi tenancy OIDC implementation with Auth0 as identity provider built on top of Spring Boot, MVC & Spring Security

Results 2 Spring-boot-auth0-discriminator-multitenancy issues
Sort by recently updated
recently updated
newest added

Hello again Here is the scenario 1. I have entity A and B with their respective repository interfaces. A extends TenantEntity, B doesn't. 2. I have `AController` that is implemented...

enhancement

Update the Multi tenancy implementation to support JWT scopes like scope:admin. This scope would make it possible to override the multi tenancy part and disable the Hibernate filter as well...

enhancement