You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, if I'm running in the React Native environment and want to use this library's signInWithBrowser function, which handles the browser login and /authorize call, there does not appear to be any option to specify the desired acr_values, among several other query params.
It would be great to have this functionality supported for React Native via this library, as it will allow companies like mine to build step-up authentication across our whole product ecosystem. Thanks!
Implementation details
I see two ways this could be implemented, not sure which makes more sense:
Add a section within the Okta.ConfigParameters for acr_values. This makes sense because the issuer, scopes, and other /authorize query params are set here already.
Add a section within the signInWithBrowser's Okta.BrowserOptions for /authorize query params, including acr_values.
New or Affected Resource(s)
N/A
Provide a documentation link
See above
Additional Information?
N/A
wallind, Emiller3425, TiKevin83, aav7fl, tcarlisle2012 and 6 more