XSEDE / oauth-ssh

SSH with Globus Auth
Apache License 2.0
28 stars 11 forks source link

valid non-native app redirect #77

Closed dchaffin666 closed 2 years ago

dchaffin666 commented 2 years ago

Works for me, except

In Server "App Registration", if Native App is unchecked according to the instructions, the following error message displays: 'https://auth.globus.org/v2/web/auth-code' is only allowed for native application clients

Globus docs seem to confirm this address is only for native apps https://docs.globus.org/api/auth/developer-guide/#register-app Is there a valid redirect for ssh auth?

JasonAlt commented 2 years ago

The server does not require a redirect URL. In theory, the field should be left blank however that is not possible with the current auth developers interface. Any valid URL can be placed in that field (the value is never used). This should be fixed.

This issue requires an update to the docs to reflect this work around.

JasonAlt commented 2 years ago

Documentation updated in server/README.md on master to clear up how to fill out the redirect field.