Login To The Generated Application
Login to the Application
We are using a self-signed certificate and therefore we need to perform the following steps as a temporary workaround.
-
Go to https://127.0.0.1:5555
-
If you are using the Chrome web browser, you will see a NET::ERR_CERT_AUTHORITY_INVALID message. Click on the Advanced button and click the link to Proceed
-
You will now see a White label error page, which is expected
-
Go to https://127.0.0.1:4700
-
If you are using the Chrome web browser, you will see a NET::ERR_CERT_AUTHORITY_INVALID message. Click on the Advanced button and click the link to Proceed
-
You will see the login screen for the application
-
Login to the application as specified below:
Database Authentication
Use the following credentials if you are using database authentication.
User Name: admin
Password: secret
LDAP Authentication
If you storing both users and roles in the LDAP directory, you need to have an LDAP group named Admin and have one LDAP user named “admin” as a part of this LDAP group. If you are storing only users in the LDAP directory, you need to have an LDAP user named "admin". This admin user needs to be pre-created upfront in User DB table and assigned the Admin role (ROLE_ADMIN).
If you are using LDAP authentication, you can login with your LDAP user credentials.
Updated almost 2 years ago