---
sourceDocument: Australia Platform security
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/platform-security

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia Platform security

ft:clusterId :

    - psec

bundleId :

    - psec

workflow :

    - Platform


---

# Create an authentication profile

# Create an authentication profile {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

Create an authentication profile and add one or more authentication policies to the
profile. You can also configure the ID Token and OAuth Token authentication profiles that are available by default.

## Vorbereitungen

Role required: api_service_admin, adaptive_auth_policy_admin  
Hinweis:  
You can apply authentication policies, IP range, role-based, user-based, and so on with mutual authentication and customized authentication.

## Prozedur

1. Navigate to AllSystem Web ServicesAPI Access PoliciesInbound Authentication Profiles.
2. Select New.  
   The system displays the message. What kind of authentication profile?
3. Choose What Kind of authentication profiles?.  
   * Create standard http authentication profiles
   * Create WSSE authentication profiles

   {#create-an-authentication-profile__ul_bnj_gpr_2wb}
4. On the form, fill in the fields.  
   {#create-an-authentication-profile__table_kjk_gb5_d4b__entry__2}

   | Field | Description |
   |-|-|
   | Name | Name to identify the authentication policy. |
   | Description | Description of the authentication policy. |
   | Active | Option to make the authentication policy active. |
   | Application | Scope of the authentication policy. |
   | Type | Type of the authentication available. You can select Basic Auth, ID Token, Certificate based Auth, OAuth, or WSSE (In case of WSSE Authentication profile). |
   | OAuth Entity | OAuth Entity profile. This field appears only when ID Token or OAuth is selected from Type. |
   [Tabelle : 1. Standard Authentication Profile form]

   {#create-an-authentication-profile__table_kjk_gb5_d4b}
5. Double-click Insert a new row.
6. Select an authentication policy from the list and select the save icon ![save icon]().  
   Hinweis:  
   Don't select Allow Access Policy or Deny Access Policy. These policies are meant only for user logins.
   You can add one or more authentication policies for an authentication profile.

   When there's a change in the authentication profile, the Authorization header returns a value
   specific to the changes made at that time. To have the ability to get all the authentication schemes returned in the \`WWW-Authenticate\` header, you must activate
   <kbd class="ph userinput">glide.security.response.authenticate.header.auth_profile.first_scheme_only</kbd> to false. The response is returned with multiple headers. For
   example:

       < WWW-Authenticate: BEARER realm="Service-now"
       < WWW-Authenticate: BASIC realm="Service-now"

{#create-an-authentication-profile__steps_nr2_jfp_fwb}

