LoginSignup
0
0

More than 1 year has passed since last update.

[メモ]ASP.net CORE で MSAL.NET 標準のエラー画面をカスタマイズする。

Posted at

MSAL.NET を使ってエラーが出た場合下記のようなエラー画面が表示されます。

image.png

標準で用意されているものですが、カスタマイズしたいのですがなかなかわからなかったのですが、
Areas/MicrosoftIdentity/Pages/Account/Error.cshtml を用意することで独自のエラーページにカスタマイズできました。

image.png

詳細はこちら
https://github.com/AzureAD/microsoft-identity-web/wiki/Customization

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0