We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a993476 commit 10b875aCopy full SHA for 10b875a
1 file changed
content/StsServerIdentity/Models/StsConfig.cs
@@ -2,9 +2,7 @@
2
{
3
public class StsConfig
4
5
- public string StsServerIdentityUrl { get; set; }
6
- public string AngularClientUrl { get; set; }
7
- public string AngularClientIdTokenOnlyUrl { get; set; }
8
- public string AngularCodeClientUrl { get; set; }
+ public string StsUrl { get; set; }
+ public string ClientUrl { get; set; }
9
}
10
0 commit comments