Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Offline Navigator Authentication #299

Open
leftytwoeyes opened this issue May 25, 2021 · 1 comment
Open

Offline Navigator Authentication #299

leftytwoeyes opened this issue May 25, 2021 · 1 comment
Labels
enhancement New feature or request icebox No current plans to tackle these issues. Points: 8 8 agile story points timescale/long-term Issue to think about later

Comments

@leftytwoeyes
Copy link

leftytwoeyes commented May 25, 2021

Request to implement AADFS Authentication for on-prem hosted Navigator. Failed to implement following the below tutorial

https://docs.microsoft.com/en-us/azure/active-directory/develop/tutorial-v2-angular

@isaisabel isaisabel added enhancement New feature or request timescale/long-term Issue to think about later labels May 25, 2021
@isaisabel
Copy link
Contributor

The Navigator is a clientside only application, so authentication is definitely possible without actual code changes to the application. If you use the compile for use elsewhere instructions you will essentially end up with a series of static files (HTML, CSS and Javascript) to serve to the client. You can then host these using your webserver of choice, and use built in authentication/authorization features to restrict access to those files. For example, here's instructions for how to do so in apache.

Built-in authentication and authorization is a feature we may eventually add so I will keep this issue open, but it's definitely possible to get this working with the current codebase.

@isaisabel isaisabel added the Points: 8 8 agile story points label Jun 24, 2021
@clemiller clemiller added the icebox No current plans to tackle these issues. label Feb 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request icebox No current plans to tackle these issues. Points: 8 8 agile story points timescale/long-term Issue to think about later
Projects
None yet
Development

No branches or pull requests

3 participants