Similar to the ProductInventory create a demo app "HelloWorldKeycloak" + its associated backend
provide a UI with button to:
- request a accesstoken via authz code grant
- request token with client credentials for direct grant (use a different auth client on keycloak configuration)
- GET a protected resource from server
- refresh tokens
- revoke tokens
- login as keycloak user (OpenID Connect flow)
We used to have ProductInventory :
https://github.com/aerogear/aerogear-ios-cookbook/tree/b8b10b41c2eb08a5fab5c8396c41c2df0f448ae3/ProductInventory
Let's make a KC demo really helloworld style