Actions
Bug #28648
closedHandle `nil` jwt token
Description
When issues like wrong connection, wrong credentials or wrong attributes take place a nil token is issued by the OpenID provider, as that moment foreman breaks with an error.
Rescue the decode method to say `Can not decode nil JWT`
Actions