Hi,
I am having trouble with constant security challenges from AWS when using digest authentication. If I set up all realms to use only basic authentication, I don’t have this problem.
Each page is set up with one realm, and every realm is set using NAHttpSetRealmSecurity to use NA_HTTP_SECURITY_DIGEST_AUTHENTICATION. Realm1 allows multiple access and the other realms allow only single access.
The users are set up using NAsetSysAccess to have access to one or more realms.
Would it be better to go about it the other way, and have each web page be in one or more realms, and have each user have one realm?
Edited to add: I am using Net+OS 7.4.2, and it is fully updated.