HOAuth2 Demo Server

Authorization Code flow

{{#idps}}
{{^isLogin}} Sign in with {{name}} {{/isLogin}} {{#isLogin}}

Welcome to {{name}}

{{#user}}
Hello, {{name}}
{{/user}} Logout Refresh {{/isLogin}}
{{/idps}}

Password flow

Test Password Grant Type flow-auth0
Test Password Grant Type flow-okta

Client Credentials flow

Test Client Credentials Grant Type flow (auth0)
Test Client Credentials Grant Type flow (okta)

JWT Bearer flow

Test Google service account

Notes

  1. for StackExchange, the callback domain is localhost, have manually add port 9988.
  2. for Slack, the callback url has to be https and without any port hence need manual intervention. (TODO: add tls to the server)