This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
tsai
/
openiddict-core
mirror of
https://github.com/openiddict/openiddict-core.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
Browse Source
Add missing issuer assignment in the OpenIddict server OWIN host
pull/831/head
Kévin Chalet
6 years ago
parent
d9cb645a9b
commit
eff798012d
1 changed files
with
2 additions
and
0 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
2
src/OpenIddict.Server.Owin/OpenIddictServerOwinHandlers.cs
2
src/OpenIddict.Server.Owin/OpenIddictServerOwinHandlers.cs
View File
@ -199,6 +199,8 @@ namespace OpenIddict.Server.Owin
return
default
;
}
context
.
Issuer
=
issuer
;
return
default
;
}
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
tsai/openiddict-core
Title
Body
Create Issue