This package will allow you to mask the umbraco backoffice behind a subdomain.
Our.Umbraco.MaskBackoffice is available from Our Umbraco, NuGet, or as a manual download directly from GitHub.
To install from NuGet, run the following command in your instance of Visual Studio.
PM> Install-Package Our.Umbraco.MaskBackoffice
You will need to add the following keys to your Web.Config:
<add key="Our.MaskBackoffice.Redirect" value=""/>
<add key="Our.MaskBackoffice.Enabled" value=""/>
<add key="Our.MaskBackoffice.Domain" value=""/>
This configuration setting allows you to set the destination the user will end up if trying to access the backoffice on a non allowed subdomain.
This configuration setting will enable / disable the route override.
This configuration is the subdomain(s) you would like to use to access the backoffice. Seperate multiple subdomains with a comma.
To raise a new bug, create an issue on the GitHub repository. To fix a bug or add new features, fork the repository and send a pull request with your changes. Feel free to add ideas to the repository's issues list if you would to discuss anything related to the package.
This project is maintained by Aaron Sadler and contributors. If you have any questions about the project please contact me through Twitter, or by raising an issue on GitHub.
Copyright © 2020 Aaron Sadler, and other contributors
Licensed under the MIT License.