Hi there! I want to implement the next flow.
- Some user goes to my web site, but for now he does not want to sing in/sign up, just want to try service.
- As I know keycloack does not support guest users? So my web site make request to keycloack to register user with random email (random email is for support guest user, as I know firebase use smth like this)
- Then keycloack make authenticate for this user and returns session cookie and jwt.
- User use this jwt for my web site.
- At some time user want to upgrade his account with github, google etc (with oAuth, openID etc).
Is it possible?