Adicionar na documentação:
- https://github.com/keycloak/keycloak/blob/3.4.3.Final/services/src/main/java/org/keycloak/authentication/forms/RegistrationProfile.java
- https://github.com/keycloak/keycloak-documentation/blob/master/server_development/topics/custom-attributes.adoc
- Example Custom Authenticator - https://github.com/keycloak/keycloak/tree/9.0.3/examples/providers/authenticator
- Example Themes https://github.com/keycloak/keycloak/tree/9.0.3/examples/themes
- Implementing an AuthenticatorFactory https://www.keycloak.org/docs/latest/server_development/#implementing-an-authenticatorfactory
- Angular Example: https://blog.bitsrc.io/integrating-keycloak-with-angular-for-sso-authentication-9d1c6c2d2742
- HTTP Client https://github.com/keycloak/keycloak/blob/master/services/src/main/java/org/keycloak/connections/httpclient/DefaultHttpClientFactory.java
- scope=openid cpf https://github.com/keycloak/keycloak-documentation/blob/master/server_admin/topics/clients/client-scopes.adoc
- Sessão: https://github.com/keycloak/keycloak-community/blob/4c9b955990190344a3f1ed98c0a0a1dd62d1e8ec/design/authentication-flow-usability.md
- Example Authentication SPI - https://github.com/keycloak/keycloak-documentation/blob/master/server_development/topics/auth-spi.adoc
- HttpClient - https://access.redhat.com/documentation/en-us/red_hat_single_sign-on/7.4/html/server_installation_and_configuration_guide/network#outgoing_http_requests
- Example jboss-cli driver: https://github.com/luigidemasi/rhsso-with-ext-postgresql-db-cli
- https://www.jenkins.io/doc/pipeline/steps/pipeline-utility-steps/
- Only numbers - https://www.geeksforgeeks.org/how-to-force-input-field-to-enter-numbers-only-using-javascript/
- Ajustar TimeZone: https://www.jenkins.io/doc/book/using/change-time-zone/