Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can the configuration be managed from database? #60

Open
Github743 opened this issue Aug 25, 2021 · 0 comments
Open

Can the configuration be managed from database? #60

Github743 opened this issue Aug 25, 2021 · 0 comments

Comments

@Github743
Copy link

I am trying to read the configuration values from database,

 <add key="ida:ClientId" value="[Enter your client ID, as obtained from the app registration portal]"/>
    <add key="ida:ClientSecret" value="[Enter your client secret, as obtained from the app registration portal]"/>
    <add key="ida:AADInstance" value="https://login.microsoftonline.com/{0}{1}"/>
    <add key="ida:RedirectUri" value="https://localhost:44326/"/>

I am having different clients, so that I will read it from database and pass it on config

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant