Token based authentication for entire WAB app?

1455
1
Jump to solution
01-07-2019 09:24 AM
JamesCrandall
MVP Frequent Contributor

To clarify, currently we have:

  1. Non-ESRI web application has its own authentication process for users.
  2. A public WAB app (Developer edition) consumes secured feature service via proxy.
  3. The non-ESRI web application opens the WAB app without authentication challenge.

What is needed/desired:

  1. Secure the WAB app and feature services.
  2. Un-share/secure the WAB app.
  3. Authenticate WAB app and services from the non-ESRI application (without challenge).

I'm attempting to piece together the correct items for securing both a Web AppBuilder App (Developer version) hosted on our domain, and the secured feature services it consumes (currently accessed via proxy page).

I've read thru much of the documentation on this and still unclear how to actually secure an entire WAB application (public) that doesn't challenge the user for credentials.  In our instance, we want another secured web application (non ESRI) that opens/launches the WAB and I need to find a way for that application to generate a token (or some security model) and provide it to the WAB to then be opened.  Any other type of access should be prohibited.

Thanks for any insight.

Tags (3)
0 Kudos
1 Solution

Accepted Solutions
JamesCrandall
MVP Frequent Contributor

Solution can be found on similar post I have HERE

View solution in original post

0 Kudos
1 Reply
JamesCrandall
MVP Frequent Contributor

Solution can be found on similar post I have HERE

0 Kudos