Skip to content

How to add IDP to the OIDC Middleware config options?Β #50

@jayanthv86

Description

@jayanthv86

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"
}
}
}

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions