# SFDX App
ApigeeAuthProvider
sfdx force:org:create -f config/project-scratch-def.json -a MyScratchOrg
sfdx force:source:push -u MyScratchOrg
sfdx force:source:convert -d temp/ --packagename ApigeeAuthProvider
sfdx force:mdapi:deploy -d temp/ -u "sandbox_username" -l RunSpecifiedTests -r ApigeeAuthProviderTest
When configuring the AuthProvider, make sure that you set Name and URL Suffix to the same value! If you don't then you must override the Callback URL. See #1