Authentification with App Config fails after migration to spring boot #35468
Unanswered
copysaurus
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am currently migrating our app to spring boot 3 and updated to spring-cloud-azure-appconfiguration-config 5.1.0 (from 2.11.0).
We previously used a connection string to connect to the application configuration but that doesn't seem to work anymore.
I got the authentication to work with my personal credentials using the CLI but our contractors can't seem to get that to work.
They have the same permissions (at least in azure) and the log says the app obtained the token from the cli but the service responds with a 401 for the next request.
I hadn't time to create a reproduction yet (primarily because I can't reproduce that myself).
Hope somebody can help me with that issue. Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions