Ionic app using ionic-appauth - pre-populate username

Our Angular/Ionic app uses the ionic-appauth library and I can’t see in the docs how I would be able to pre-populate the username field when I make the signIn api call. Our users have to enter their email address inside of our app before the Okta sign call is made and email address is the same as username therefore they have to enter their email address again when the Okta screen is presented - it would be nice to pre-fill it so they do not have to enter it twice?

This is an OIDC app, right? I’m not too familiar with this library, but are you able to configure it to include the login_hint parameter in the authorize call?

thank you @andrea that worked :smiling_face_with_three_hearts:

1 Like

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