Hello. I have a iOS app with login with apple. all...
# ory-selfhosting
m
Hello. I have a iOS app with login with apple. all is ok with that. now I want to create a web app I want to also login with apple. for the app Kratos use the bundle_id for client_id, but for web apple need to create a service we use this for client_id. when kratos in the
identifiers
set something
{provider}:{sub}
the sub for app and web is the same. but the provider is different. Exist a way to have the same provider in the
identifiers ?
I tried with
jsonnet
with
Copy code
identifiers: [
      "apple:" + claims.sub
    ],
but does not work.
or exist a way to have login with app in app and web using kratos?