in order to adopt ASWebAuthenticationSession on macOS we need to use different OAuth redirect URIs, a HTTP service on localhost is not possible anymore then. A previous commit switched the OAuth redirect URIs:
93022edd12
This needs to be done in the eduvpn-common library, not in the in-repo fork of eduvpn-common:
https://codeberg.org/eduVPN/eduvpn-common
The server >= 3.10.3 is prepared for this as well, we just need to have it deployed on enough servers to make the switch.
eduVPN/vpn-user-portal@e07aabf9a3
This issue may also fix #538
in order to adopt ASWebAuthenticationSession on macOS we need to use different OAuth redirect URIs, a HTTP service on localhost is not possible anymore then. A previous commit switched the OAuth redirect URIs:
https://codeberg.org/eduVPN/apple/commit/93022edd1207cea0b463e3fd9236e4b23172e8ce
This needs to be done in the eduvpn-common library, not in the in-repo fork of eduvpn-common:
https://codeberg.org/eduVPN/eduvpn-common
The server >= 3.10.3 is prepared for this as well, we just need to have it deployed on enough servers to make the switch.
https://codeberg.org/eduVPN/vpn-user-portal/commit/e07aabf9a3ab334c275707bbec2f47d6da2b819e
This issue may also fix #538