Hello,
I have an mobile application which allows to use proxy server. If user enters url of proxy server which requires authentication, system asks for the login + password and saves them to (I guess) system keychain. I guess password is saved to system keychain because this password is not visible in Settings -> Passwords. On macOS, I can see this password in Keychain.
My question is, can user change the password in the system somehow? If not, what happens if admin changes password for proxy authentication? Will system ask for new password, or access request will be rejected and user ends in deadlock?
Thank you.