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
{{ message }}
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.
System.Private.CoreLib: Exception while executing function: Functions.[funcNameHere]. Microsoft.IdentityModel.Clients.ActiveDirectory: Value cannot be null. Parameter name: authority.
#101
Open
alexkolson opened this issue
Feb 7, 2019
· 4 comments
I've followed the instructions for setting the graph token binding while developing locally and am passing in the id_token as the value of the aad token header. Yet I still get:
[07.02.19 23:07:02] System.Private.CoreLib: Exception while executing function: Functions.myFuncName. Microsoft.IdentityModel.Clients.ActiveDirectory: Value cannot be null.
[07.02.19 23:07:02] Parameter name: authority.
What does this mean and how do I fix it?
Thanks!
The text was updated successfully, but these errors were encountered:
If you are developing locally with the token binding, you need to set local settings to tell the function runtime how to federate with AAD. Add the following to your local.settings.json Values object:
I've followed the instructions for setting the graph token binding while developing locally and am passing in the id_token as the value of the aad token header. Yet I still get:
What does this mean and how do I fix it?
Thanks!
The text was updated successfully, but these errors were encountered: