feat(core): Add SSH key generation (#6006)
* basic prefs and ssh key generation * review change * cleanup save * lint fix
This commit is contained in:
committed by
GitHub
parent
953198e092
commit
71ed1f410c
@@ -302,7 +302,9 @@ export class SamlService {
|
||||
);
|
||||
} catch (error) {
|
||||
// throw error;
|
||||
throw new AuthError('SAML Authentication failed. Could not parse SAML response.');
|
||||
throw new AuthError(
|
||||
`SAML Authentication failed. Could not parse SAML response. ${(error as Error).message}`,
|
||||
);
|
||||
}
|
||||
const { attributes, missingAttributes } = getMappedSamlAttributesFromFlowResult(
|
||||
parsedSamlResponse,
|
||||
|
||||
Reference in New Issue
Block a user