We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, i´ve configurated the token-ge.py, but throws error 400 "assetion invalid".
token-ge.py
Error: 400 - {"error":"invalid_request","error_description":"assertion invalid"}
Do i need to do any special config on zitadel instance?
ZITADEL_DOMAIN = 'https://sso.xxxxxxx.com.br' CLIENT_PRIVATE_KEY_FILE_PATH = '265948628412006646.json' ZITADEL_TOKEN_URL = 'https://sso.xxxxxxx.com.br/oauth/v2/token' PROJECT_ID = '265934080049152246'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, i´ve configurated the
token-ge.py
, but throws error 400 "assetion invalid".Error: 400 - {"error":"invalid_request","error_description":"assertion invalid"}
Do i need to do any special config on zitadel instance?
The text was updated successfully, but these errors were encountered: