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
{{ message }}
This repository has been archived by the owner on Dec 9, 2020. It is now read-only.
Not sure if this is expected here so want to check. During the authentication flow, after the successful authentication redirected to http://localhost:3984/magic.html#152210 with code suffixed. But getting the 404 error and for end user its confusing. So want to check am I missing anything ?
Regards,
Sowmyan
The text was updated successfully, but these errors were encountered:
The MagicNumberView is now one of the AuthenticationOptions. It allows consumers to provide their own page to use for displaying the magic number:
AuthenticationOptionsoptions=newAuthenticationOptions(){Authority=ConfigurationManager.AppSettings["aad:Authority"],ClientId=ConfigurationManager.AppSettings["aad:ClientId"],ClientSecret=ConfigurationManager.AppSettings["aad:ClientSecret"],Scopes=newstring[]{"User.Read"},RedirectUrl=ConfigurationManager.AppSettings["aad:Callback"],MagicNumberView="/magic.html#{0}"//<-- remove this line to use the default};
If MagicNumberView is null or empty, the default will be used.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi -
Not sure if this is expected here so want to check. During the authentication flow, after the successful authentication redirected to http://localhost:3984/magic.html#152210 with code suffixed. But getting the 404 error and for end user its confusing. So want to check am I missing anything ?
Regards,
Sowmyan
The text was updated successfully, but these errors were encountered: