OpenTouryoProject / MultiPurposeAuthSite

汎用認証サイトは、ASP.NET Identity および JSON Web Token (JWT)によって強化されたOAuth 2.0およびOpenID ConnectのIdentity Provider (Idp) および Security Token Service (STS)です。(Multi-purpose Authentication Site is Identity Provider (Idp) and Security Token Service (STS) of OAuth 2.0 and OpenID Connect powered by ASP.NET Identity and JSON Web Token (JWT).)
https://opentouryo.osscons.jp/index.php?汎用認証サイト(Multi-purpose%20Authentication%20Site)
9 stars 7 forks source link

Add the library to replace Uri.Authority for containerization. #142

Closed daisukenishino2 closed 4 years ago

daisukenishino2 commented 4 years ago

Requirement

In the case of Redirect, it works with localhost, but when self-testing, the Uri.Authority value of the WebAPI access needs to be replaced to the container's service name and internal port number.