google profile for login:
const authConfig: AuthConfig = {
issuer: ‘https://accounts.google.com’,
strictDiscoveryDocumentValidation: false,
clientId: ‘918981599322-p0t5ti76fhcohoucj9a3mkhsigg9b44j.apps.googleusercontent.com’,
redirectUri: (typeof window !== “undefined”)?window.location.origin + ‘/profile’:”,
scope: ‘openid profile email’,
};