What Are ADFS Endpoints - Metadata - Claim Description
What Are ADFS Endpoints - Metadata - Claim Description
These are entry level point, which receive authentication request or any request from the application to
validate user credential or to access ADFS metadata file.
The application could be web Brower applications such as website and app application such as outlook
etc. Commonly three kinds of endpoints are used by applications to send authentication request to ADFS
or access metadata from ADFS server.
Endpoints: -
1. /adfs/is: - This endpoint is used by browser based applications to send and ADFS proxy server
2. /trust/mex: - This endpoint used by the app application such as outlook etc. more things here,
this endpoint no longer in use because all latest app use /adfs/is endpoint.
3. /federationmetadata/2007-06/federationmetadata.xml: - this endpoint is used to federation
metadata of ADFS server.
You can make full URL of these endpoints with your ADFS server name such as your ADFS server name
sts.dakshu.in so your endpoint URL will be: -
1. https:// sts.dakshu.in/adfs/is
2. https:// sts.dakshu.in/ trust/mex
3. https:// sts.jetstar.com/federationmetadata/2007-06/federationmetadata.xml
It is xml file that has ADFS server information’s, which are used for authentication process.
You can access federation metadata file by this url and check all information in it.
Entity ID
Claim description: -
Certificate
A claim is a statement about a user that is used for authorization purposes in an application. Claim has
ad attributes such as email address, upn, name contact no, employee ID etc.
1. Identity claim: - the identity claim has AD attributs such as User Principal Name (UPN), email
address, common name.
2. Group claim: - Indicates a user's membership in a group or role.
3. Custom claim: - Contains custom information about a user, such as an employee ID number.
1. Display name
2. Short name
3. Claim type
4. Description
In the xml file
Note:- claim description is used for create relay party claim rule or another claim rule.