You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update docs to cover best practices regarding verification of the back-end (ASP.NET app). It is strongly recommended that HTTPS be used in production scenarios to verify that the identity responses are coming from a trusted source.
Consider updating the security key used for remote app auth to have requirements like being a 128-bit hex string or being a guid or something like that so that it's harder for users to accidentally use weak keys.