Skip to content

First login

After starting Goiabada, here’s what to do next.

Open the admin console URL in your browser:

Log in with the email and password you configured in your docker-compose.yml file (the GOIABADA_ADMIN_EMAIL and GOIABADA_ADMIN_PASSWORD values).

Goiabada exposes a standard OpenID Connect discovery endpoint at:

{auth-server-url}/.well-known/openid-configuration

For example: http://localhost:9090/.well-known/openid-configuration

This endpoint provides all the information OAuth/OIDC clients need to integrate with Goiabada.