Hi!
I’m running through an exception error while trying to setup OIDC on my project.
I have setup the my URL, but when I run the project, the exception error says that the the attribute has a null value.
I have searched in the forum for a similar question but wasn’t able to find any answer. Any help would be great.
@nate.barbettini Thank you so much. This solved my problem
The problem was that my ConfigurationManager.AppSettings values did not map with the keys as you correctly advised.
In my Web.config I had key="okta:OktaDomain" with the respective value but did not map ConfigurationManager.AppSettings["okta:OktaDomain"]