HOAuth2 Demo
Authorization Code flow
{{#idps}}
{{/idps}}
Password flow
{{#idps}}
{{#hasPasswordGrant}}
{{/hasPasswordGrant}}
{{/idps}}
- Check console for login success
Client Credentials flow
{{#idps}}
{{#hasClientCredentialsGrant}}
{{/hasClientCredentialsGrant}}
{{/idps}}
- Check console for login success
JWT Bearer flow
- Check console for login success
Device Auth flow
{{#idps}}
{{#hasDeviceGrant}}
{{/hasDeviceGrant}}
{{/idps}}
- Check console for login success
Notes
- For StackExchange, the callback URI cannot have port, hence have manually add port 9988 in browser when Stack Exchange redirects back.
- For Slack, the callback url has to be https and without any port hence also need manual intervention. (TODO: add tls to the server)