nbennett25
nbennett25
### Preconditions and environment - Magento 2.3.5-p2 - `magento/module-paypal-recaptcha` is enabled - Installment has 2 websites ### Steps to reproduce 1. Go to Admin > Stores > Configuration, select Website...
### Name and Version bitnami/symfony ### What architecture are you using? arm64 ### What steps will reproduce the bug? 1. Different machines, using the same docker container image, getting different...
### Expected behavior App is installed ### Actual behavior Parameter redirect_uri does not match registered URI error thrown, app is not installed. ### Steps to reproduce behavior Using `bigcommerce/api` version...
Some SAML SPs are looking for `FriendlyName` in the Attribute properties in the SAML Response, rather than `Name`: ``` ``` Is there a way to set this property to `FriendlyName`?...
Normal users don't know anything about SAML things like 'ACS URL' or 'Audience' - they just want to be able to log in and be redirected back to their app....
I'm trying to get a docker network set up with an SP and IdP - my SP is a Symfony 6 app on `localhost:8000`, and the IdP is a docker...
Create REST friendly url generation: instead of ``` /admin?crudAction=edit&crudControllerFqcn=App%5CController%5CAdmin%5CMyEntityCrudController&entityId=3 ``` build the admin to work with either `/key/value` format: ``` /admin/action/edit/controller/myentity/id/3 ``` or even better, map the keys to the...
**Short description of what this feature will allow to do:** After creating an entity, clicking on a row in the default grid will go to an edit page **Example of...
**Describe the bug** When viewing the Detail page of an entity, the BooleanFieldType field/value position is flipped compared to the other FieldTypes **To Reproduce** Install Symfony Install Easy Admin Create...
**Short description of what this feature will allow to do:** Direct linking to content within a tab - #tab-tab-2 will go the page, and display the correct tab content **Example...