Actions
Feature #25848
closedAdd SSO functionality through Hammer-CLI-Foreman.
Difficulty:
Triaged:
Yes
Team Backlog:
Hammer
Description
My attempt is to use keycloak for authenticating the user
and fetching the token, once we have the token we can send this
token to the foreman api, where we can use the `JWT` gem to
validate the token and then create a session for the user.
Actions