Select to view content in your preferred language

Proper Login Screen using EXB Developer editioin

543
2
01-16-2024 07:56 AM
PaulNRWA
Occasional Contributor

I know I'm missing a simple setting, but I've been unable to track it down.   When I run this app from EXB developer, I get the standard portal login screen:
devlogin.png

When I publish it to our server, I'm presented with the following:

publogin.png

Any ideas?

0 Kudos
2 Replies
Wei_Ying
Esri Regular Contributor

Hi @PaulNRWA ,

Does your server support OAuth 2.0? For service support OAuth 2.0, the login popup would be more nice like the first screenshot. Please refer to the doc I linked above for more details. 

Thanks,
Wei

0 Kudos
XiaodongWang
Esri Contributor

On the other hand, not setting the clientId in the config.json can also cause this problem. Check out steps 4-6 here.