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
# Reference Solution of Sample UI Applications for the Workshop
2
+
3
+
You can find the reference solution for the UI application of the workshop here.
4
+
5
+
To start the reference solution you have to provide the target identity provider as _spring profile_.
6
+
The following profiles are supported:
7
+
8
+
*__auth0__: Use Auth0 as identity provider
9
+
*__keycloak__: Use locally installed Keycloak as identity provider
10
+
*__spring__: Use locally installed custom Spring Authorization Server
11
+
12
+
## Maven
13
+
14
+
Start using `./mvnw spring-boot:run -Dspring.profiles.active=spring`
15
+
16
+
## IntelliJ
17
+
18
+
Specify the corresponding profile in the spring boot starter configuration (if the ultimate edition of IntelliJ is used). If you use the community edition specify the profile using an environment variable like `-Dspring.profiles.active=spring`.
0 commit comments