How to do IP restrictation for clients in keycloak admin console
问题 I defined a client in keycloak admin console to authorize it with client_credentials flow to call server-to-server api in my application. Everything is fine, i want to apply IP restriction for that client. Where can i define this restriction in admin console? i didn't find such configuration in keycloak documentation. 回答1: There is no such settings out of the box, but you could try to implement custom client authenticator. So for example allowed IP Addr could be stored in client attributes,