-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathsaml.slnf
More file actions
17 lines (17 loc) · 786 Bytes
/
saml.slnf
File metadata and controls
17 lines (17 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"solution": {
"path": "Saml.sln",
"projects": [
"DuendeIdentityServer\\DuendeDynamicProviders\\DuendeDynamicProviders.csproj",
"DuendeIdentityServer\\DuendeIdP\\DuendeIdP.csproj",
"DuendeIdentityServer\\SLO\\SamlOidcSLO\\IdentityServer\\IdentityServer.csproj",
"DuendeIdentityServer\\SLO\\SamlOidcSLO\\WebClient.OIDC\\WebClient.OIDC.csproj",
"DuendeIdentityServer\\SLO\\SamlOidcSLO\\WebClient.SAML.1\\WebClient.SAML.1.csproj",
"DuendeIdentityServer\\SLO\\SamlOidcSLO\\WebClient.SAML.2\\WebClient.SAML.2.csproj",
"OpenIddict\\OpenIddictIdP\\OpenIddictIdP.csproj",
"spWithIdpInitiated\\spWithIdpInitiated.csproj",
"spWithMultipleIdps\\spWithMultipleIdps.csproj",
"spWithSingleIdp\\spWithSingleIdp.csproj"
]
}
}