Skip to content

Commit

Permalink
Merge pull request #1145 from openedx/asheehan-edx/adding-country-att…
Browse files Browse the repository at this point in the history
…ribute-mapping

fix: adding country attribute mapping to sso self serve stepper
  • Loading branch information
alex-sheehan-edx authored Dec 19, 2023
2 parents 27a7d6f + 8f7d90e commit f57653e
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,14 @@ const SSOConfigConfigureStep = () => {
fieldInstructions="URN of SAML attribute containing the user's email address[es]."
/>
</Form.Group>
<Form.Group className="mb-4">
<ValidatedFormControl
formId="countryAttribute"
type="text"
floatingLabel="Country"
fieldInstructions="URN of SAML attribute containing the user's country of residence."
/>
</Form.Group>
</>
);
const renderSAPFields = () => (
Expand Down

0 comments on commit f57653e

Please sign in to comment.