forked from neos-sdi/adfsmfa
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
3.1.2202.2
- Loading branch information
Showing
29 changed files
with
150 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+0 Bytes
(100%)
Neos.IdentityServer 3.1/Neos.IdentityServer.Console.NativeResources/Win32Project1.rc
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
Neos.IdentityServer 3.1/Neos.IdentityServer.Console/SnapMMC/import.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
UPN;EMAIL;MOBILE;METHOD;ENABLED | ||
[email protected];[email protected];601020304;Choose;true | ||
[email protected];[email protected];601020304;Choose;true | ||
[email protected];Test1 <[email protected]>;601020304;Choose;true | ||
[email protected];Test2 <[email protected]>;601020304;Choose;true | ||
[email protected];;601020304;Code;true |
6 changes: 3 additions & 3 deletions
6
Neos.IdentityServer 3.1/Neos.IdentityServer.Console/SnapMMC/import.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<Root> | ||
<User upn="[email protected]" email="[email protected]" mobile="601020304" method="Choose" enabled="true" /> | ||
<User upn="[email protected]" email="[email protected]" mobile="601020304" method="Choose" enabled="true" /> | ||
<User upn="[email protected]" email="[email protected]" mobile="601020304" method="Code" enabled="false" /> | ||
<User upn="[email protected]" email="Test1 [[email protected]]" mobile="601020304" method="Choose" enabled="true" /> | ||
<User upn="[email protected]" email="Test2 [[email protected]]" mobile="601020304" method="Choose" enabled="true" /> | ||
<User upn="[email protected]" email="Test3 [[email protected]]" mobile="601020304" method="Code" enabled="false" /> | ||
</Root> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1284,7 +1284,7 @@ public string MailAddress | |
return _mail; | ||
} | ||
set | ||
{ | ||
{ | ||
_mail = value; | ||
} | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.