Commit 61bd5798 by Matt Drayer

mattdrayer/ENT-783: Remove city from SuccessFactors OData API requests

parent 70dc3359
...@@ -144,7 +144,6 @@ class SapSuccessFactorsIdentityProvider(EdXSAMLIdentityProvider): ...@@ -144,7 +144,6 @@ class SapSuccessFactorsIdentityProvider(EdXSAMLIdentityProvider):
'defaultFullName': 'fullname', 'defaultFullName': 'fullname',
'email': 'email', 'email': 'email',
'country': 'country', 'country': 'country',
'city': 'city',
} }
# Define a simple mapping to relate SAPSF values to Open edX-compatible values for # Define a simple mapping to relate SAPSF values to Open edX-compatible values for
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment