Authentication service ====================== `Keycloak `_ is used for identity and access management. This open source solution provides a variety of options for authentication and authorization. Users authenticate with Keycloak rather than with the application, allowing flexibility in how the sign-in experience is delivered. The Keycloak API is exposed at ``https://hostname:port/hps/auth/api``, which is what the ``ansys.hps.client.auth`` module wraps around. Auth API -------- .. module:: ansys.hps.client.auth.api .. autosummary:: :toctree: _autosummary AuthApi Resources --------- .. module:: ansys.hps.client.auth .. autosummary:: :toctree: _autosummary User