Env: Self-hosted Version: Latest Stack: Docker here (using k8s in prod)
I'm trying to link a user to an IDP account, but I'm getting some trouble.
My flow is like this: 1. User enters loginName 2. Create session, get userId, OrgId (and from that, login policy) 3. Get IDP id from login policy 4. Begin IDP intent 5. When that comes back, since userIduserId is not given as a param, try to register user to idp: 6. Fetch the IDP intent response (to get idpUserId, idpUsername etc.) 7. Try to add link using the above. 8. Use in session flow
Everything up to 7 seems to be working as expected.