-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keycloak new GUI support #6
Comments
Updated the codebase for keycloak 24.0.4. Now the extra attributes appear in the new admin UI, and you do not have to set them up using some low-level technique (json import or directly from the database). Still two (minor) caveats related to the new admin UI
|
I have tried this extension with KC 23.074 and 24.0.5 and i can't view the SAML Extensions Config options |
Full UI support is back in version 24. For version 23 you need to configure either with realm json import, or use some admin API client, or directly from the database. In version 24 the extra options (Service Provider Country of Origin, Level Of Assurance, Private sector service provider, Requested Attributes) appear in the first page of the provider under the "General Settings" right under the Endpoints. They also appear in the first screen when you press "Add provider". |
Yes, you are right. That position is very different that it is in documentation and, because of that, i didn't see it. Thanks |
Indeed. The docs have screenshots from older versions. I will try to add some screenshots with the 24 version behavior. Thanks |
First of all thanks for all the job you have done.
Is there any plan to support new GUI of Keycloak? There is no support from version 18.0.2 (19+) at least for initial setup.
The text was updated successfully, but these errors were encountered: