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 Slack, the callback url has to be https and without any port hence also need manual intervention. (TODO: add tls to the server)