fusionauth-issues icon indicating copy to clipboard operation
fusionauth-issues copied to clipboard

FusionAuth issue submission project

Results 513 fusionauth-issues issues
Sort by recently updated
recently updated
newest added

### What happened? When using the password grant, calling for a token fails ``` curl --location 'https://local.fusionauth.io/oauth2/token' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data-urlencode 'client_id=810f5ecd-d29c-4ae9-87a1-5aad8574cfb2' \ --data-urlencode 'client_secret=*******************' \ --data-urlencode 'grant_type=password'...

bug
regression

## SAML v2 ### Description General tracking issues to track improvements and features for SAML v2 ### Related - https://github.com/FusionAuth/fusionauth-issues/issues/141 - https://github.com/FusionAuth/fusionauth-issues/issues/522 - https://github.com/FusionAuth/fusionauth-issues/issues/643 - https://github.com/FusionAuth/fusionauth-issues/issues/1681 - https://github.com/FusionAuth/fusionauth-issues/issues/1213 - https://github.com/FusionAuth/fusionauth-issues/issues/1680...

## Allow to register primary and secondary "Verification key" for SAML IDP ### Problem EntraID and ADFS allow a secondary certificate to be generated before the primary certificate expires, but...

enhancement