FormidableLabs / FormidableLabs/react-native-app-auth

Salesforce B2C Commerce API

Open
#793 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.