Added userinfo endpoint usage and api now properly creates necessary claims to start doing database stuff
This commit is contained in:
@@ -10,6 +10,7 @@ namespace WebAPI.Data
|
||||
public static string OIDCIntrospectionEndpoint { get; private set; }
|
||||
public static string OIDCClientId { get; private set; }
|
||||
public static string OIDCClientSecret { get; set; }
|
||||
public static string OIDCUserInfoEndpoint { get; set; }
|
||||
public static void Init(IConfiguration configuration)
|
||||
{
|
||||
var fields = typeof(AppSettings).GetProperties();
|
||||
|
||||
Reference in New Issue
Block a user