OpenID (Opcional)
Uso
import { CatEnvironmentInterface } from '@catrx/ui/common';
export const environment: CatEnvironmentInterface = {
production: false,
oauthConfig: [{
name: 'google',
customQueryParams: {
client_secret: 't1gbm...'
},
clientId: '67944...apps.googleusercontent.com',
scope: 'openid profile email',
domain: 'https://accounts.google.com',
strictDiscoveryDocumentValidation: false,
indexLoginName: 'name',
indexPictureName: 'picture'
}]
};Last updated