FormidableLabs / react-native-app-auth

React native bridge for AppAuth - an SDK for communicating with OAuth2 providers
https://commerce.nearform.com/open-source/react-native-app-auth
MIT License
2.04k stars 441 forks source link

BuiltInParameters not applying in iPad - iOS #937

Open jmajcan opened 10 months ago

jmajcan commented 10 months ago

Issue

My React-Native has the library for external auth provided & I have my configuration set with the additional parameters:

import {
  authorize,
} from 'react-native-app-auth';

const config = {
  ...
  additionalParameters: {
    ...
    display : 'page',
    ...
  }
 ...
};

I have the configuration set to have the display shown for the page as seen in the BuiltInParameters options:

Screenshot:

Screenshot 2024-01-10 at 1 32 39 PM

Environment

carbonrobot commented 6 months ago

Thanks for the issue @jmajcan. Could you provide some more information about what options you are setting, what you are expecting to happen, and what is actually happening? It's not clear from the description what the problem you are experiencing is.