I am unable to find documentation on how to add IDP IDs to the OIDC middleware config to display social authentication for this particular example (nodejs-express).
{
"webServer": {
"port": 8080,
"oidc": {
"clientId": "xxxx",
"clientSecret": "xxxx",
"issuer": "https://jay.okta.com/oauth2/xxxxxx",
"redirectUri": "http://localhost:8080/authorization-code/callback",
"scope": "openid profile email"
}
},
"resourceServer": {
"port": 8000,
"oidc": {
"issuer": "https://jay.okta.com/oauth2/xxxxxx"
},
"assertClaims": {
"aud": "api://default",
"cid": "xxxxxx"
}
}
}
I am unable to find documentation on how to add IDP IDs to the OIDC middleware config to display social authentication for this particular example (nodejs-express).
{
"webServer": {
"port": 8080,
"oidc": {
"clientId": "xxxx",
"clientSecret": "xxxx",
"issuer": "https://jay.okta.com/oauth2/xxxxxx",
"redirectUri": "http://localhost:8080/authorization-code/callback",
"scope": "openid profile email"
}
},
"resourceServer": {
"port": 8000,
"oidc": {
"issuer": "https://jay.okta.com/oauth2/xxxxxx"
},
"assertClaims": {
"aud": "api://default",
"cid": "xxxxxx"
}
}
}