cancel
Showing results for 
Search instead for 
Did you mean: 

CUSTOM ERROR MESSAGES

SOLVED
dtlam76_
Contributor

CUSTOM ERROR MESSAGES

Is there a way to create a custom error message when the user does not pass hostchecker policy?

I want to create an error message that directs them to a link to download the software they need to be within policy.

any ideas would be great.

1 ACCEPTED SOLUTION

Accepted Solutions
muttbarker_
Valued Contributor

Re: CUSTOM ERROR MESSAGES

Host checking rules can be invoked at multiple levels including realm and role. If you want to validate prior to login and role map then add to realm / auth policy / host checker -

View solution in original post

4 REPLIES 4
muttbarker_
Valued Contributor

Re: CUSTOM ERROR MESSAGES

Yes - One way is to create a HC rule - Example - Check for Notepad - Rule Type "Custom Process" - Look for existence of notepad.exe - If it is there then Remediation is "Enable Custom Instructions" with user defined verbiage, including HTML.
dtlam76_
Contributor

Re: CUSTOM ERROR MESSAGES

Thanks Kevin for the information.

The only question I really have is once this rule is created do I just add it to the existing authentication policy in the user authentication realm?

muttbarker_
Valued Contributor

Re: CUSTOM ERROR MESSAGES

Host checking rules can be invoked at multiple levels including realm and role. If you want to validate prior to login and role map then add to realm / auth policy / host checker -
dtlam76_
Contributor

Re: CUSTOM ERROR MESSAGES

Thanks Kevin this worked like a charm