You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to set up a msal authentication using this sample code here.
I created an Entreprise application in Azure and also an AD group linked to this entreprise application.
I'm using the code below (it's a copy paste from the page above, I just replace the credentials (client_id, tenant_id, redirect_url):
When I'm running the streamlit app, I click on the login button, it's opening a pop-up and it's redirecting me through my app BUT I get this error message into the pop-up URL:
Hello !
I'm trying to set up a msal authentication using this sample code here.
I created an Entreprise application in Azure and also an AD group linked to this entreprise application.
I'm using the code below (it's a copy paste from the page above, I just replace the credentials (client_id, tenant_id, redirect_url):
When I'm running the streamlit app, I click on the login button, it's opening a pop-up and it's redirecting me through my app BUT I get this error message into the pop-up URL:
https://my-app/streamlit/#error=invalid_client&error_description=AADSTS650057%3a+Invalid+resource.+The+client+has+requested+access+to+a+resource+which+is+not+listed+in+the+requested+permissions+in+the+client%27s+application+registration.
Can someone help me to fix this please ?
Best regards,
Thomas
The text was updated successfully, but these errors were encountered: