chilly-dentist-11746
07/05/2022, 11:31 AMhigh-optician-2097
chilly-dentist-11746
07/05/2022, 12:24 PMhigh-optician-2097
chilly-dentist-11746
07/05/2022, 12:54 PMhigh-optician-2097
chilly-dentist-11746
07/05/2022, 12:55 PMhigh-optician-2097
chilly-dentist-11746
07/05/2022, 12:55 PMhigh-optician-2097
high-optician-2097
chilly-dentist-11746
07/05/2022, 12:55 PMhigh-optician-2097
chilly-dentist-11746
07/05/2022, 12:57 PMhigh-optician-2097
<http://oryapis.com/self-service/.../callback?code=|oryapis.com/self-service/.../callback?code=>...
. copy that URL and change oryapis to the URL where the proxy is running. it’s a bit tedious, but should do the trick. I just created an issue to track this problem here: https://github.com/ory/cloud/issues/113
Sorry for the inconvenience on this. Unfortunately, social sign in is highly regulated in terms of security checks so it’s a bit painful to set up correctly without issues. But we have it on the list of things to fix :)chilly-dentist-11746
07/05/2022, 1:48 PMchilly-dentist-11746
07/05/2022, 1:49 PMchilly-dentist-11746
07/05/2022, 1:49 PMidentity:
default_schema_id: <preset://email>
schemas:
- id: <preset://email>
url: base64://
added to traits / properties:
"username": {
"type": "string",
"title": "Username/Nickname",
"minLength": 2,
"maxLength": 24,
},
high-optician-2097
high-optician-2097
chilly-dentist-11746
07/05/2022, 2:05 PMchilly-dentist-11746
07/05/2022, 2:07 PM{
"$id": "<https://schemas.ory.sh/presets/kratos/identity.email.schema.json>",
"$schema": "<http://json-schema.org/draft-07/schema#>",
"title": "Person",
"type": "object",
"properties": {
"traits": {
"type": "object",
"properties": {
"email": {
"type": "string",
"format": "email",
"title": "E-Mail",
"<http://ory.sh/kratos|ory.sh/kratos>": {
"credentials": {
"password": {
"identifier": true
},
"webauthn": {
"identifier": true
},
"totp": {
"account_name": true
}
},
"recovery": {
"via": "email"
},
"verification": {
"via": "email"
}
},
"maxLength": 320
},
"username": {
"type": "string",
"title": "Username/nickname",
"minLength": 2,
"maxLength": 24
},
},
"required": [
"email",
"username"
],
"additionalProperties": false
}
}
}
chilly-dentist-11746
07/05/2022, 2:07 PMchilly-dentist-11746
07/05/2022, 2:31 PMhigh-optician-2097
chilly-dentist-11746
07/05/2022, 2:40 PMchilly-dentist-11746
07/05/2022, 2:44 PMhigh-optician-2097
chilly-dentist-11746
07/05/2022, 4:05 PMory update identity-config <project id> --file config/auth/identity-config.yaml
chilly-dentist-11746
07/05/2022, 4:07 PMurl: <https://storage.googleapis.com/bac-gcs-production/f123d78f790e52d69676ade0eed6e6d729363bb765a37ae2c4ddf5ddf1914740b0dc0d883cc661975402a9ff8f7134083c0193cc7d43f66323124f68331760b1.json>
instead of
url: <base64://eyIkaWQiOiJodHRwczovL3NjaGVtYXMub3J5LnNoL3ByZXNldHMva3JhdG9zL2l>kZW50aXR5LmVtYWlsLnNjaGVtYS5qc29uIiwidGl0bGUiOiJQZXJzb24iLCJ0eXBlIjoib2JqZWN0IiwicHJvcGVydGllcyI6eyJ0cmFpdHMiOnsidHlwZSI6Im9iamVjdCIsInByb3BlcnRpZXMiOnsiZW1haWwiOnsidHlwZSI6InN0cmluZyIsImZvcm1hdCI6ImVtYWlsIiwidGl0bGUiOiJFLU1haWwiLCJvcnkuc2gva3JhdG9zIjp7ImNyZWRlbnRpYWxzIjp7InBhc3N3b3JkIjp7ImlkZW50aWZpZXIiOnRydWV9LCJ3ZWJhdXRobiI6eyJpZGVudGlmaWVyIjp0cnVlfSwidG90cCI6eyJhY2NvdW50X25hbWUiOnRydWV9fSwicmVjb3ZlcnkiOnsidmlhIjoiZW1haWwifSwidmVyaWZpY2F0aW9uIjp7InZpYSI6ImVtYWlsIn19LCJtYXhMZW5ndGgiOjMyMH0sInVzZXJuYW1lIjp7InR5cGUiOiJzdHJpbmciLCJ0aXRsZSI6IlVzZXJuYW1lL25pY2tuYW1lIiwibWluTGVuZ3RoIjoyLCJtYXhMZW5ndGgiOjI0fX0sInJlcXVpcmVkIjpbImVtYWlsIiwidXNlcm5hbWUiXSwiYWRkaXRpb25hbFByb3BlcnRpZXMiOmZhbHNlfX0sIiRzY2hlbWEiOiJodHRwOi8vanNvbi1zY2hlbWEub3JnL2RyYWZ0LTA3L3NjaGVtYSMifQ==
chilly-dentist-11746
07/05/2022, 4:07 PM