Hello,
I followed the guide to setup the embedded sign in experience using b2c and an IFrame (embedded-login).
However, I am not quite sure on how to get the Access token and use it throughout my Application.
So far I got the Iframe to display the SignIn/SignUp Form and the login/signup works flawless.
But after that the iframe redirects to the landing page of the application and my "parent" Page does not receive an ID Token.
(The url of the "parent" Page matches the redirect url of the iframe authorization request)
The src of the IFrame is the authorization request url of my b2c policy.
PS: Viewing the network Tab I can see the issued and valid ID Token in the "confirmed" response (redirect-url/#id_token=eyJ0eX...) from the b2c Policy.
Best
Max