init
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System.Configuration;
|
||||
|
||||
namespace Kreta.Eugyintezes.WebApi.Infrastructure
|
||||
{
|
||||
public class IdpConfiguration : ConfigurationSection, IIdpConfiguration
|
||||
{
|
||||
[ConfigurationProperty(nameof(TokenIssuerUrl), IsRequired = true)]
|
||||
public string TokenIssuerUrl => (string)this[nameof(TokenIssuerUrl)];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user