Howto authenticate with Machine User key towards admin api
I am trying in Python to access the admin api uising a Machine user(s) key json file based on the example found on github I created a httpx wrapper for async io python *
I get
{'code': 7, 'message': 'could not read projectid by clientid (AUTH-GHpw2)', 'details': [{'@type': 'type.googleapis.com/zitadel.v1.ErrorDetail', 'id': 'AUTH-GHpw2', 'message': 'could not read projectid by clientid'}]}
and I can't see what I am doing wrong for it as the PAT token works totally fine.
9 Replies
Unknown User•13mo ago
Message Not Public
Sign In & Join Server To View
@FFO should I file a issue or ? 🤔
Unknown User•13mo ago
Message Not Public
Sign In & Join Server To View
I just replied in the other thread as well... lets create an issue on GH and link these threads.
Unknown User•13mo ago
Message Not Public
Sign In & Join Server To View
I would appreciate that, yes!
Unknown User•13mo ago
Message Not Public
Sign In & Join Server To View
yeah downgrading can be an option
Unknown User•13mo ago
Message Not Public
Sign In & Join Server To View