Skip to content

Commit fe6e5e7

Browse files
TimHessbart-vmware
andauthored
Apply suggestions from code review
Co-authored-by: Bart Koelman <[email protected]>
1 parent 14c260f commit fe6e5e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/docs/v4/welcome/migrate-quick-steps.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1104,7 +1104,9 @@ For additional information, see the updated [Security documentation](../security
11041104
The CredHub client has been removed from Steeltoe in v4.
11051105
Use [CredHub Service Broker](https://techdocs.broadcom.com/us/en/vmware-tanzu/platform-services/credhub-service-broker/services/credhub-sb/index.html) instead.
11061106

1107-
### OAuth / OpenID Connect
1107+
### OAuth and OpenID Connect
1108+
1109+
OAuth support has been removed from Steeltoe in v4. Use OpenID Connect instead.
11081110

11091111
Project file:
11101112

@@ -1160,9 +1162,7 @@ using Microsoft.AspNetCore.Authentication.Cookies;
11601162
+using Steeltoe.Security.Authentication.OpenIdConnect;
11611163

11621164
var builder = WebApplication.CreateBuilder(args);
1163-
11641165
builder.AddCloudFoundryConfiguration();
1165-
11661166
builder.Services.AddAuthentication((options) =>
11671167
{
11681168
options.DefaultScheme = CookieAuthenticationDefaults.AuthenticationScheme;

0 commit comments

Comments
 (0)