# SSO with Azure AD - Setup
Read Time: 1 minute(s)
The following steps cover creating and configuring an AzureAD application to allow for Single Sign On into the webstore.
# Create the Application
If you have not yet set up an application to house the webstore, do so now.
- Go to your Azure AD Home Page.
- Click "Add".
- Select "Enterprise application".
- Click "Create your own application".
- Give the application a meaningful name.
- Check off "Integrate any other application you don't find in the gallery."
# Configure Application for SSO
- Navigate to the webstore Application and select Single sign-on from the left-hand pane.
- Select the SAML option.
- Edit the Basic SAML Configuration Panel and add the following information:
- Change the Entity ID to your webstore login URL (this will end in "/login").
- Change the Reply URL to your webstore login URL (this will end in "/login").
- Save your changes.
- Now Edit the User Attributes & Claims Panel. Make sure you have the following claims listed:
- Student ID (the azure name for this is employeeid).
- Email (emailaddress).
- First Name (givenname).
- Last Name (surname).
- Name each claim however you would like (or leave it as the default), but we will need to know what they are.
- Save your changes.
- We will need to be sent the Metadata URL. This can be found in the SAML Signing Certificate Panel.