App Studio and Password Protection

1150
1
Jump to solution
04-18-2017 07:07 AM
deleted-user-CCwlRz1p1P2h
New Contributor II

In AppStudio I created a Map Viewer app from the template. Is there a way to make the app password protected?

0 Kudos
1 Solution

Accepted Solutions
SathyaPrasad
Esri Contributor

Not part of the template. You will have to add a small piece of code to show a password input box and once the user enters the correct password the app continues to next screen. More work will be required if you need to verify the username/password with a backend service.

Since you are using map viewer template just a quick heads up, we are completely rewriting the map viewer template to use the latest "quartz" v100.1 runtime and also undertaking major UI/UX redesign. It will look and work great. As part of that we will also support secured webmaps (i.e. the app will show UI to ask user of the app to enter his portal credentials to unlock the app) in addition to the current public webmaps.

View solution in original post

1 Reply
SathyaPrasad
Esri Contributor

Not part of the template. You will have to add a small piece of code to show a password input box and once the user enters the correct password the app continues to next screen. More work will be required if you need to verify the username/password with a backend service.

Since you are using map viewer template just a quick heads up, we are completely rewriting the map viewer template to use the latest "quartz" v100.1 runtime and also undertaking major UI/UX redesign. It will look and work great. As part of that we will also support secured webmaps (i.e. the app will show UI to ask user of the app to enter his portal credentials to unlock the app) in addition to the current public webmaps.