Closed vvdb-architecture closed 1 year ago
When generating an application, the SecurityHeaderCSP.cs contains:
.From(configuration.GetValue<String>("Authentication:DefaultAuthority:Url") + "/oauth2/v2.0/authorize")
This is wrong for internal ADFS2019. It should be:
.From(configuration.GetValue<String>("Authentication:DefaultAuthority:Url") + "/oauth2/authorize/")
Fixed. Next version will taken into account the sts => other are using v2.0 endpoints.
When generating an application, the SecurityHeaderCSP.cs contains:
This is wrong for internal ADFS2019. It should be: