Discussions
"Realm does not exist" from auth/realms/immersityai/protocol/openid-connect/token
4 months ago by Thomas Lackner
Attempting to create an access token using client id and secret using Python example provided in docs. Getting this in response:
{'error': 'Realm does not exist'}
Is this an error in my code? The text of this error seems unfamiliar to me.
Thanks in advance