Change callback URL to something else than localhost for usage at Auth0 #1095
Replies: 4 comments 3 replies
-
Hi @junoriosity, Sorry for the slow response! Can you please share some more context about your overall desired setup? If you use the Pinniped Supervisor, then it could be configured to get user identities from Auth0 by using an OIDCIdentityProvider CR. That would work seamlessly with the CLI. If you'd like to see how to do that you could check out the detailed example at https://pinniped.dev/docs/tutorials/concierge-and-supervisor-demo/ but in your case you would use Auth0 instead of Okta. Are you trying to avoid using the Supervisor, perhaps? |
Beta Was this translation helpful? Give feedback.
-
Hi @cfryanr , many thanks for getting back to me. I have to admit I am not very much of an expert in it. The only thing that matters to me is that I can use a callback URL that differs from localhost. I could use my own domain for it somehow. Is such a thing possible here? |
Beta Was this translation helpful? Give feedback.
-
Hi @cfryanr, I am sorry for my belated reply, but I was swallowed by so many other things. I really agree that Supervisor is the way to go for and I found your wonderful tutorial. However, I also found this Helm chart here and since I like Helm charts quite a lot, I was wondering whether there is a chance, that I could simply set the configurations of the aforementioned tutorial as config values in the Helm chart. Sadly, however, I did not find anything regarding that for this Helm. Can you help me here? |
Beta Was this translation helpful? Give feedback.
-
Hi @junoriosity, The bitnami Helm chart for Pinniped is quite new, and we haven't developed any tutorials around that yet. It should all be possible, but apologies for not have any specific advice here yet. |
Beta Was this translation helpful? Give feedback.
-
When I am using a kubeconfig file like
I have to use the callback URI http://127.0.0.1:12345/callback (see here https://pinniped.dev/docs/howto/configure-concierge-jwt/).
However, my OIDC provider Auth0 explicitly requires me not to use such a callback URI at localhost.
Can I change that somehow?
Beta Was this translation helpful? Give feedback.
All reactions