IdentityServer / IdentityServer3

OpenID Connect Provider and OAuth 2.0 Authorization Server Framework for ASP.NET 4.x/Katana
https://identityserver.github.io/Documentation/
Apache License 2.0
2.01k stars 763 forks source link

[Question] Is it possible to customize view with "Forbidden" message? #3820

Closed tesicg closed 7 years ago

tesicg commented 7 years ago

When we use "HandleForbidden" attribute, the view with "Forbidden" message appears? Can we customize that view including of course the message?

tesicg commented 7 years ago

Excuse me. I've found Forbidden.cshtml view in Shared folder.