Replies: 3 comments 3 replies
-
{
"issuer": "https://centeridentity.com",
"authorization_endpoint": "https://centeridentity.com/oauth2/openid-login",
"token_endpoint": "https://centeridentity.com/oauth2/openid-token",
"userinfo_endpoint": "https://centeridentity.com/oauth2/openid-userinfo",
"jwks_uri": "https://centeridentity.com/.well-known/jwks.json"
} You can't do DCR if there is no "dcr" : {
"enabled": true |
Beta Was this translation helpful? Give feedback.
0 replies
-
BTW, why do you even need the |
Beta Was this translation helpful? Give feedback.
2 replies
-
Ahhh, got it! For posterity: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://github.com/pdxwebdev/centeridentityagama/blob/agama-lab-branch/projects/secretlocationauth
I'm trying to access the conf variable in various places in the flow and it appears to be an empty object {}.
In the template, it attempts to list sign in options using the keys from the config variable but the list appears to be blank, no sign in options listed.
This is the config value for the start of the flow:
Given the config, the following template excerpt, it should output two options, one for CenterIdentity and one for GitHub. In this case, providers = config (the json above).
But the list is blank as seen in the screenshot. I'm not sure what's going wrong.
Beta Was this translation helpful? Give feedback.
All reactions