Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 716 Bytes

auth.rst

File metadata and controls

31 lines (20 loc) · 716 Bytes

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