Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jayanthv86 opened this issue Jun 19, 2018 · 1 comment
Open

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

jayanthv86 opened this issue Jun 19, 2018 · 1 comment
Assignees
Labels

Comments

@jayanthv86
Copy link

jayanthv86 commented Jun 19, 2018

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

@robertjd
Copy link
Contributor

Hi @jayanthv86 , I assume you're trying to find a way for this library to add an idp= paramater to the /authorize URL request? I don't think this library provides a way to do that right now.

@robertjd robertjd self-assigned this Jun 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants