forked from gitter-badger/IdentityServer4
-
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.
* a client cert auth handler * remove workspace.xml * exclude .idea folder when cleaning * ignore workspace xml * add client cert to MTLS sample * add config for client cert authn * add test cert * update client config for new cert * Move cnf generation to extension method * add mtls domain support to discovery * update client to use SocketHandler * rename MTLS middleware * bug in disco * add comments * cleanup mtls middleware * cleanup * cleanup client * add feature to set client cert cnf claim regardless of authentication method * update ignore file * remove rider files * more rider files * use constants for path manipulation * set https fixed
- Loading branch information
1 parent
939a0ca
commit 91b855f
Showing
26 changed files
with
308 additions
and
1,512 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
git clean -xdf -e samples -e src/IdentityServer4/.vs | ||
git clean -xdf -e samples -e src/IdentityServer4/.vs -e .idea | ||
|
||
./clean_cache.sh |
323 changes: 0 additions & 323 deletions
323
samples/Clients/.idea/.idea.Clients/.idea/workspace.xml
This file was deleted.
Oops, something went wrong.
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 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
Oops, something went wrong.