On Thu, Dec 21, 2017 at 7:49 AM, Miguelangel Fernandez <[email protected]> wrote: > I've written a Jenkins plugin to implement my own authentication mechanism > by extending hudson.security.SecurityRealm. Now I'm trying to create my own > custom "Access Denied" page
FWIW I do not recommend you even attempt this. Implement a simple `AbstractPasswordBasedSecurityRealm` (in the unlikely event there is not already one able to connect to your backend authentication system) and leave it at that. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr1frWHzL3XmUVTsbF2hLvzkuOmvV7%2B5KOTHFsao9JTA-Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
