Discussions

Ask a Question
Back to All

"Realm does not exist" from auth/realms/immersityai/protocol/openid-connect/token

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