keycloak-scim/docs/guides/getting-started/getting-started-zip.adoc
Martin Bartoš 262fc09edc
OpenJDK 21 support (#28518)
* OpenJDK 21 support

Closes #28517

Co-authored-by: Václav Muzikář <vaclav@muzikari.cz>
Signed-off-by: Martin Bartoš <mabartos@redhat.com>

* x509 SAN UPN other name is not handled in JDK 21 (#904)

closes #29968

Signed-off-by: mposolda <mposolda@gmail.com>

---------

Signed-off-by: Martin Bartoš <mabartos@redhat.com>
Signed-off-by: mposolda <mposolda@gmail.com>
Co-authored-by: Václav Muzikář <vaclav@muzikari.cz>
Co-authored-by: Marek Posolda <mposolda@gmail.com>
2024-06-03 14:17:28 +02:00

37 lines
1,020 B
Text

<#import "/templates/guide.adoc" as tmpl>
<#import "/templates/profile.adoc" as profile>
<@tmpl.guide
title="OpenJDK"
summary="Get started with {project_name} on bare metal">
:links-local: true
:links-admin-console: http://localhost:8080/admin[{project_name} Admin Console]
:links-account-console: http://localhost:8080/realms/myrealm/account[{project_name} Account Console]
== Before you start
include::templates/hw-requirements.adoc[]
Make sure you have https://openjdk.java.net/[OpenJDK 21] installed.
== Download {project_name}
Download and extract {archivedownloadurl}[{archivebasename}-{version}.zip]
from the {project_name} website.
After extracting this file, you should have a directory that is named `{archivebasename}-{version}`.
include::templates/start-keycloak-localhost.adoc[]
include::templates/create-admin-localhost.adoc[]
include::templates/realm-config.adoc[]
include::templates/login-to-account.adoc[]
include::templates/first-app.adoc[]
include::templates/next.adoc[]
</@tmpl.guide>