Am I right in saying that if we wanted to fix the ...
# talk-kratos
t
Am I right in saying that if we wanted to fix the casing of
google
to
Google
here, we need to change the OIDC configuration from
id: google
to
id: Google
? (I know the docs say not to change the provider ID once it's set, but this isn't shipped yet, so no one is using SSO currently)
b
Not the ID, but the label is used here. There should be a
label
key on the same level as the
id
key.
t
Perfect, thanks @bland-eye-99092 🙌