some-alligator-65274
08/22/2023, 10:46 AMserver-kratos-1 | time=2023-08-22T10:38:03Z level=info msg=Encountered self-service flow error. audience=
audit error=map[message:I[#/] S[] could not find a strategy to sign up with stack_trace:
server-kratos-1 | <http://github.com/ory/kratos/selfservice/flow/registration.(*Handler).updateRegistrationFlow|github.com/ory/kratos/selfservice/flow/registration.(*Handler).updateRegistrationFlow>
server-kratos-1 | /project/selfservice/flow/registration/handler.go:598
server-kratos-1 | <http://github.com/ory/kratos/session.(*Handler).IsNotAuthenticated.func1|github.com/ory/kratos/session.(*Handler).IsNotAuthenticated.func1>
server-kratos-1 | /project/session/handler.go:871
server-kratos-1 | <http://github.com/ory/kratos/x.NoCacheHandle.func1|github.com/ory/kratos/x.NoCacheHandle.func1>
server-kratos-1 | /project/x/nocache.go:21
...
I have the following methods in my kratos.yml file:
methods:
password:
enabled: true
oidc:
enabled: true
config:
providers:
- id: hydra
label: Ory
provider: generic
client_id: ${OIDC_HYDRA_CLIENT_ID}
client_secret: ${OIDC_HYDRA_CLIENT_SECRET}
issuer_url: <http://localhost:8080/idy/>
auth_url: <http://hydra:4444/oauth2/auth>
token_url: <http://hydra:4444/oauth2/token>
scope:
- offline
mapper_url: <file://etc/config/kratos/hydra.jsonnet>
magnificent-energy-493
some-alligator-65274
08/22/2023, 11:07 AM