Skip to content

1.0.7630.0-beta.3.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@ryannewington ryannewington released this 09 Oct 23:23
· 127 commits to master since this release
  • Fixes an issue where schema detection fails when defunct attributes are present
  • Fixes an issue with the OpenID Connector provider. The provider now uses the authorization code flow, rather than implicit flow. The setup guides for AzureAD and Okta have been updated to include the provision of the client secret

Beta users of the OIDC provider should delete the following lines from the Authentication:Oidc section of their appsettings.json file
"ResponseType": "code id_token",
"ClaimName": "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/upn",
"Scopes": [ "profile", "openid" ]