morhyak
morhyak
Hi, thanks for your response. However, the SSO issue wasn't addressed. I need to define the **Authorization tokens** as follows: ``` embedder={ "provider": "azure_openai", "config": { "model": EMBEDDING_MODEL, "deployment": EMBEDDING_MODEL...
After configuring all the parameters, I encountered an error related to the SSO issue. `AuthenticationError: Error code: 401 - {'statusCode': 401, 'message': 'Invalid Authorization token'} `
All the parameter configurations are correct (I double-checked them in another process). However, after adding extra options to the parameters in the config(for the sso tokens) , I am now...