Skip to content
This repository has been archived by the owner on Apr 27, 2021. It is now read-only.

Known Issues

Jorden Lowe edited this page Oct 11, 2018 · 2 revisions

No logs being written to IIS (inetpub/wwwroot/Authorization/logs)

Cause

When the ACL of the logs folder or its parent is out of order, the installation script cannot properly grant rights to the logs folder.

Workaround

Manually give the Identity app pool user read/write permissions to the ../inetpub/wwwroot/Authorization/logs folder.

Targeted Release for permanent fix

Fabric.Identity 1.4, which corresponds to DOS 18.2.

Fabric.Authorization url is not remembered during an upgrade installation

Cause

The installation script has a bug where it is pulling this value from the wrong location.

Workaround

Enter the proper url manually

Targeted Release for permanent fix

Fabric.Identity 1.4, which corresponds to DOS 18.2.

Fabric.Authorization does not populate default Application Insights key properly if the key has been entered during Fabric.Identity installation.

Cause

Fabric.Authorization does not pull the app insights key from the common section of install.config

Workaround

Enter the app insights key manually.

Targeted Release for permanent fix

Fabric.Identity 1.4, which corresponds to DOS 18.2.

Logging out of Access Control UI does not Log out your User.

Cause

When you click out of Access Control UI, you are logged out of the website. However, if you click log in again, then you will be logged in automatically instead of prompted for user credentials. This is due to Windows Authentication managing your user behind the scenes.

Workaround

You must log out of the system completely.

Targeted Release for permanent fix

This will be resolved by moving to Azure AD as this does not use Windows Authentication.