API Explorer missing Auth

When debugging locally, the API Explorer at path /ui shows an api section and an auth section in the left sidebar. However when I published the solution, the auth section is missing. It usually shows Authenticate, AssignRoles, UnAssignRoles. I do have the Admin role.

Since Sign In Auth is built into API Explorer the built-in APIs in auth tag are hidden by default, can enabled them with:

ConfigurePlugin<UiFeature>(feature => feature.Info.HideTags.Clear());
1 Like