Hello guys how can we get access token when using ...
# talk-kratos
p
Hello guys how can we get access token when using ory kratos self hosted. If we are using ory cloud we can generate that in the ory cloud console. What about self hosted how to configure access token for admin url?
s
For self-hosted you have to create your own auth for the admin endpoint using some reverse proxy (e.g. http basic, mTLS, API token, ....) You can find some details on https://www.ory.sh/docs/kratos/guides/deploy-kratos-example#install-and-configure-nginx
p
Thank you Patrik for the explaination😁
s
np 😉