FormidableLabs / FormidableLabs/react-native-app-auth
Salesforce B2C Commerce API
- Dominant language
- Java
- Stars
- 2.3k
- Forks
- 473
- PR merge metrics
- No merged PRs in 30d
Description
## Issue
The Google Login Screen is not loaded. It shows a page with 404 instead.
```
config = {
clientId: ,
clientSecret: ,
redirectUrl: ,
scopes: ['openid', 'profile', 'email'],
additionalParameters: {
hint: 'google',
name: 'google',
channel_id: ,
},
serviceConfiguration: {
authorizationEndpoint:
`https://${shortCode}.api.commercecloud.salesforce.com/shopper/auth/v1/organizations/${organizationId}/oauth2/authorize`,
tokenEndpoint:
`https://${shortCode}.api.commercecloud.salesforce.com/shopper/auth/v1/organizations/${organizationId}/oauth2/token`
},
}
```
---
## Environment
* **Your Identity Provider**: `Salesforce B2C Commerce API`
* **Platform that you're experiencing the issue on**: `both`
* **Are you using Expo?**: `No`
Contributor guide
Assessment
This issue has not been assessed yet.