我的 ASP.NET MVC 已登录 Google、Facebook 和 Microsoft。它工作正常。但是当用户尝试使用 gmail 登录时,下一条消息会显示在 google 登录页面中:
IP_ADDRESS_SERVER is asking for some information from your Google Account. To see and approve the request, sign in. Learn more
我不想显示 IP 地址,而是显示应用程序名称或域,例如:
MyWebApplication is asking for some information from your Google Account. To see and approve the request, sign in. Learn more
或者
www.mywebsite.com is asking for some information from your Google Account. To see and approve the request, sign in. Learn more
我怎样才能做到这一点?我应该更改应用程序中的某些配置吗?