Hi Laki, all,
I have the same requirement of point 1. Have you found any solution?
Regards,
Domenico
--
You received this message because you are subscribed to the Google Groups "Keycloak User" group.
To unsubscribe from this group and stop receiving emails from it, send an email to keycloak-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/keycloak-user/c5cdc166-140d-4a5f-9d91-5e2977cd4207n%40googlegroups.com.
Hi Thomas, what I want is just to show/hide the registration link on login page only for specific client:
For example, this page at this url:
http://localhost:32769/realms/quarkus/protocol/openid-connect/auth?response_type=code&client_id=frontend&scope=openid&redirect_uri=http%3A%2F%2Flocalhost%3A8080%2F&state=a9226179-fb1a-4f2a-ab08-6872eab74994
I know that I can personalize the theme and insert some login into, but I prefer (if exists) a configuration way to do this.
Regards,
Domenico
To view this discussion on the web visit https://groups.google.com/d/msgid/keycloak-user/338539ff-af5b-499e-9260-65119cbe1313n%40googlegroups.com.
<#if (client.attributes['clientRegistrationEnabled'])?? && (client.attributes['clientRegistrationEnabled']=="true")>..... registration code...</if>
To view this discussion on the web visit https://groups.google.com/d/msgid/keycloak-user/6e50200f-fc18-4206-b6d0-512b132c43b9n%40googlegroups.com.