Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Evidence of the use of safari #245

Open
cordeveloper opened this issue Dec 5, 2023 · 0 comments
Open

Evidence of the use of safari #245

cordeveloper opened this issue Dec 5, 2023 · 0 comments

Comments

@cordeveloper
Copy link

Hello, I need your help to publish my app. I think my best option is to present evidence of the use of Safari View Controller...
This is the response sent by Apple:
You may also choose to implement the Safari View Controller API to display web content within your app. The Safari View Controller allows the display of a URL and inspection of the certificate from an embedded browser in an app so that customers can verify the webpage URL and SSL certificate to confirm they are entering their sign in credentials into a legitimate page.

Reviewing the plugin code I would say that it is used. Can you confirm that this is really the case and at what point could I capture the code to present it as evidence?

Description
Capacitor version:
Installed Dependencies:

@capacitor/cli: 4.8.0
@capacitor/android: 4.6.3
@capacitor/ios: 4.8.0
@capacitor/core: 4.7.0

Library version:
-4.02

OAuth Provider:
Azure AD (B2C)
Your Plugin Configuration
{
appId: "",

authorizationBaseUrl: , scope: "", accessTokenEndpoint: ,
responseType: "code",
pkceEnabled: true,
logsEnabled: true,
web: {
redirectUrl: ${REDIRECT_BASE},
windowOptions: "height=600,left=0,top=0",
windowTarget: "_self",
},
android: {
redirectUrl:
"",
/* accessTokenEndpoint: '',
handleResultOnNewIntent: true,
handleResultOnActivityResult: true,
responseType: 'code' */
handleResultOnNewIntent: true,
handleResultOnActivityResult: true,
},
ios: {
redirectUrl: "",
},
}

Affected Platform(s):
*IOS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant