You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Greg, Thank you for the great work. I was trying this example and trying to add mutli-tenancy support in spring boot hello world application from netifi examples. I am using netifi community edition broker.
Below is my Rsocket Security Configuration:
@configuration
@EnableRSocketSecurity
public class RsocketSecurityConfig {
But somehow security is not applied to my application. I am still able to call the hello-service form hello-client. How could I secure my services defined in protobuff with spring security rsocket?
The text was updated successfully, but these errors were encountered:
InventorSingh
changed the title
Mutli-Tenancy Support
Mutli-Tenancy Support using JWT claims
Mar 20, 2020
Hi Greg, Thank you for the great work. I was trying this example and trying to add mutli-tenancy support in spring boot hello world application from netifi examples. I am using netifi community edition broker.
Below is my Rsocket Security Configuration:
@configuration
@EnableRSocketSecurity
public class RsocketSecurityConfig {
}
But somehow security is not applied to my application. I am still able to call the hello-service form hello-client. How could I secure my services defined in protobuff with spring security rsocket?
The text was updated successfully, but these errors were encountered: