mirror of
https://github.com/hargata/lubelog.git
synced 2025-12-10 00:46:08 -06:00
set default oidc claims to openid email
This commit is contained in:
parent
75c65b4681
commit
fc174160e0
@ -8,7 +8,7 @@
|
||||
public string AuthURL { get; set; }
|
||||
public string TokenURL { get; set; }
|
||||
public string RedirectURL { get; set; }
|
||||
public string Scope { get; set; }
|
||||
public string Scope { get; set; } = "openid email";
|
||||
public string State { get; set; }
|
||||
public string CodeChallenge { get; set; }
|
||||
public bool ValidateState { get; set; } = false;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user