Hi everybody Quick question: Are traits for self-...
# talk-kratos
c
Hi everybody Quick question: Are traits for self-service oidc registration not available anymore? When I initialize a new registration flow, I don't get information about traits for oidc registrations, only password:
Copy code
{
        "type": "input",
        "group": "password",
        "attributes": {
          "name": "traits.lang",
          "type": "text",
          "disabled": false,
          "node_type": "input"
        },
        "messages": [],
        "meta": {
          "label": {
            "id": 1070002,
            "text": "Language",
            "type": "info"
          }
        }
      },
Seems like a bug in Kratos. Traits are ignored on OIDC self-service registration. I've opened a discussion here: https://github.com/ory/kratos/discussions/3413 Should I create an issue from this or does someone first verify it?