Jason Konicki
1a122b00d5
Add moved notice to the readme
2019-05-15 09:53:36 -04:00
Wael Rabadi
cb88aebf98
fix https://github.com/SteeltoeOSS/Security/issues/18 ( #19 )
2019-04-25 17:51:00 -05:00
Tim Hess
dd7f91d717
update stylecop, fix test
2019-03-27 17:32:43 -05:00
Spring Operator
9fd8f8ea74
URL Cleanup ( #16 )
...
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
# HTTP URLs that Could Not Be Fixed
These URLs were unable to be fixed. Please review them to see if they can be manually resolved.
* [ ] http://irisclasson.com/2018/09/18/asp-net-core-openidconnect-why-is-the-claimsprincipal-name-null/ (200) with 1 occurrences could not be migrated:
([https](https://irisclasson.com/2018/09/18/asp-net-core-openidconnect-why-is-the-claimsprincipal-name-null/ ) result SSLHandshakeException).
# Fixed URLs
## Fixed But Review Recommended
These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended.
* [ ] http://network.pivotal.io/open-source (301) with 1 occurrences migrated to:
https://network.pivotal.io/open-source ([https](https://network.pivotal.io/open-source ) result ReadTimeoutException).
* [ ] http://Default_OAuthServiceUrl/oauth/authorize?response_type=code&client_id=Default_ClientId&redirect_uri=http%3A%2F%2Ffoo.bar%2Fredirect&scope= (UnknownHostException) with 1 occurrences migrated to:
https://Default_OAuthServiceUrl/oauth/authorize?response_type=code&client_id=Default_ClientId&redirect_uri=http%3A%2F%2Ffoo.bar%2Fredirect&scope= ([https](https://Default_OAuthServiceUrl/oauth/authorize?response_type=code&client_id=Default_ClientId&redirect_uri=http%3A%2F%2Ffoo.bar%2Fredirect&scope= ) result UnknownHostException).
* [ ] http://foo.bar (UnknownHostException) with 6 occurrences migrated to:
https://foo.bar ([https](https://foo.bar ) result UnknownHostException).
* [ ] http://foo.bar.com/keyurl (UnknownHostException) with 1 occurrences migrated to:
https://foo.bar.com/keyurl ([https](https://foo.bar.com/keyurl ) result UnknownHostException).
* [ ] http://foo.bar/redirect (UnknownHostException) with 1 occurrences migrated to:
https://foo.bar/redirect ([https](https://foo.bar/redirect ) result UnknownHostException).
## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* [ ] http://redis.io/ with 1 occurrences migrated to:
https://redis.io/ ([https](https://redis.io/ ) result 200).
* [ ] http://redis.io/documentation with 1 occurrences migrated to:
https://redis.io/documentation ([https](https://redis.io/documentation ) result 200).
* [ ] http://redis.io/topics/license with 1 occurrences migrated to:
https://redis.io/topics/license ([https](https://redis.io/topics/license ) result 200).
* [ ] http://aspnetwebstack.codeplex.com/wikipage?title=Contributors with 1 occurrences migrated to:
https://aspnetwebstack.codeplex.com/wikipage?title=Contributors ([https](https://aspnetwebstack.codeplex.com/wikipage?title=Contributors ) result 301).
# Ignored
These URLs were intentionally ignored.
* http://credhubServer/api/ with 1 occurrences
* http://default_oauthserviceurl/oauth/authorize with 1 occurrences
* http://domain with 11 occurrences
* http://localhost with 8 occurrences
* http://localhost/ with 6 occurrences
* http://localhost/signin-oidc with 1 occurrences
* http://localhost/tokenUrl with 7 occurrences
* http://localhost:81 with 2 occurrences
* http://localhost:82 with 2 occurrences
* http://redirectUri with 1 occurrences
* http://uaa-server with 1 occurrences
* http://uaa-server/oauth/token with 2 occurrences
2019-03-27 14:05:22 -05:00
Spring Operator
360f9af26a
URL Cleanup ( #13 )
...
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
# Fixed URLs
## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* [ ] http://www.apache.org/licenses/ with 3 occurrences migrated to:
https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/ ) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0 with 185 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
2019-03-27 13:58:33 -05:00
Tim Hess
df6b28a7f2
Add Sourcelink, x-plat compilation [ #158000056 , #163396106 ]
2019-03-14 18:06:44 -05:00
Tim Hess
d4889e4a37
Adds a middleware for applying x-forwarded-proto to IOwinContext closes #10 ( #11 )
2019-03-07 06:48:48 -06:00
Tim Hess
5cc0fed489
update versions-master.props
2019-02-21 08:22:17 -06:00
SteeltoeCI
a04d2264b6
Update versions-master.props from Common
2019-02-21 12:27:52 +00:00
Tim Hess
1348cff701
remove profile scope from OpenId Connect configuration in ASP.NET Core
2019-02-15 11:53:15 -06:00
Tim Hess
23597d2056
fix tests
2019-01-24 12:06:12 -06:00
Tim Hess
67563a780b
Use configured CallbackPath in OpenIdConnect
2019-01-24 11:57:38 -06:00
Tim Hess
6cd2b86206
Configure IssuerSigningKeyResolver for AspNetCore + OpenIdConnect #8
2019-01-23 17:07:12 -06:00
Tim Hess
1d33624314
Return an HttpClientHandler for FullFramework when certificate validation is disabled,
2019-01-23 12:17:55 -06:00
Tim Hess
71786ae4bf
BackChannelHandler is always null for full framework, not the other way around
2019-01-22 20:27:54 -06:00
Tim Hess
a9e3fd69c9
fix tests for net461, bring netcoreapp2.2 back
2019-01-22 20:24:09 -06:00
Tim Hess
c6349473fc
drop netcoreapp2.2 from tests (possibly causing version conflict issues on build server)
2019-01-22 20:10:14 -06:00
Tim Hess
ffccc2ae39
Add support for using OpenIdConnect with SSO in AspNetCore #8
...
Add some comments for public extension methods [#152178914 ]
2019-01-22 19:49:28 -06:00
Tim Hess
1ec6c160e7
Use a post-typo HttpClientHelper method
2019-01-18 16:12:06 -06:00
Tim Hess
25f17f498e
Refactor common auth components to new Base library, enable HttpClien… ( #9 )
...
* Refactor common auth components to new Base library, enable HttpClient injection or more static usage, add Tests for WCF & OWIN #5 [#154972918 , #158446551 ]
* cleaner separation of client_credentials and authorization_code flows, connect more dots with new params (logging, httpclient, etc)
* Use the redirectUri when exchanging code for token
* Move towards only having one CloudFoundryTokenKeyResolver
2019-01-17 12:09:23 -06:00
SteeltoeCI
db97b64848
Update versions-dev.props from Connectors
2019-01-06 06:17:43 +00:00
SteeltoeCI
d2ce88d991
Update versions-dev.props from Connectors
2019-01-06 05:08:37 +00:00
SteeltoeCI
1a99ea8708
Update versions-dev.props from Connectors
2019-01-06 04:03:43 +00:00
SteeltoeCI
8224a5727c
Update versions-dev.props from Connectors
2019-01-06 02:58:43 +00:00
SteeltoeCI
594b563f17
Update versions-dev.props from Connectors
2019-01-06 01:53:03 +00:00
SteeltoeCI
ac36d32f02
Update versions-dev.props from Connectors
2019-01-06 00:49:11 +00:00
SteeltoeCI
cd395df96f
Update versions-dev.props from Connectors
2019-01-05 23:44:58 +00:00
SteeltoeCI
da5d825950
Update versions-dev.props from Connectors
2019-01-05 22:39:23 +00:00
SteeltoeCI
dfeaf66434
Update versions-dev.props from Connectors
2019-01-05 21:34:22 +00:00
SteeltoeCI
7eee2b6fde
Update versions-dev.props from Connectors
2019-01-05 20:29:09 +00:00
SteeltoeCI
f7c50ea4c2
Update versions-dev.props from Connectors
2019-01-05 19:25:48 +00:00
SteeltoeCI
e79595177f
Update versions-dev.props from Connectors
2019-01-05 18:19:00 +00:00
SteeltoeCI
d5f28896ac
Update versions-dev.props from Connectors
2019-01-05 17:08:26 +00:00
SteeltoeCI
7538382274
Update versions-dev.props from Connectors
2019-01-05 16:01:33 +00:00
SteeltoeCI
55bb6f2e37
Update versions-dev.props from Connectors
2019-01-05 14:54:21 +00:00
SteeltoeCI
88e2c8a162
Update versions-dev.props from Connectors
2019-01-05 13:50:35 +00:00
SteeltoeCI
7a63814293
Update versions-dev.props from Connectors
2019-01-05 12:14:23 +00:00
SteeltoeCI
45899f6be6
Update versions-dev.props from Connectors
2019-01-05 11:13:08 +00:00
SteeltoeCI
b3f04793d4
Update versions-dev.props from Connectors
2019-01-05 10:10:52 +00:00
SteeltoeCI
718b665226
Update versions-dev.props from Connectors
2019-01-05 09:07:20 +00:00
SteeltoeCI
5ed987924d
Update versions-dev.props from Connectors
2019-01-05 08:05:10 +00:00
SteeltoeCI
2a21bd53d3
Update versions-dev.props from Connectors
2019-01-05 07:03:33 +00:00
SteeltoeCI
573e73e92b
Update versions-dev.props from Connectors
2019-01-05 05:59:45 +00:00
SteeltoeCI
f0ea2f8c2f
Update versions-dev.props from Connectors
2019-01-05 04:54:36 +00:00
SteeltoeCI
3cb7d35dbd
Update versions-dev.props from Connectors
2019-01-05 03:51:21 +00:00
SteeltoeCI
9d2e3f184a
Update versions-dev.props from Connectors
2019-01-05 02:48:01 +00:00
SteeltoeCI
2821a58055
Update versions-dev.props from Connectors
2019-01-05 01:43:42 +00:00
SteeltoeCI
ee7edf9bb8
Update versions-dev.props from Connectors
2019-01-05 00:21:50 +00:00
SteeltoeCI
9e8e8d97b8
Update versions-dev.props from Connectors
2019-01-04 23:20:58 +00:00
SteeltoeCI
87e8aae723
Update versions-dev.props from Common
2019-01-04 22:49:22 +00:00