namespace Kreta.Eugyintezes.WebApi.Infrastructure { public interface IIdpConfiguration { string TokenIssuerUrl { get; } } }