Embed okta widget in my angular component

I would like to embed the okta widget in an angular component.
At the moment, I use the signInWithRedirect() method and I’m redirected to https://my-domaine.okta.com/oauth2/default/v1/authorize, and it works fine.
But I don’t know wich method to use to generate the widget into a

in my angular html component.
Is it possible ? Wich method can I use ?
Thank you for your help.

1 Like

Maybe take a look at our Angular sample (using our Angular SDK) which uses an embedded widget for login: samples-js-angular/login.component.ts at master · okta/samples-js-angular · GitHub

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.