A.1.13 SAML_IDENTITY_PROVIDER_CREATE

M-CNCC IAM UI- cncc Realm- SAML IDENTITY_PROVIDER_CREATE Event

Figure -19 Single Sign On (SSO)


Single Sign On (SSO)

M-CNCC IAM Kc Logs:
{"timestamp":"2025-11-27T16:13:43.689064346Z","sequence":2650,"loggerClassName":"org.jboss.logging.Logger","loggerName":"org.keycloak.events","level":"DEBUG","message":"operationType=\"CREATE\", realmId=\"master\", realmName=\"master\", clientId=\"6d475927-19a8-4082-a9f4-8d6b68afbb1a\", userId=\"acc21615-964a-4055-8c20-fb2705bd641b\", ipAddress=\"10.75.213.184\", resourceType=\"IDENTITY_PROVIDER\", resourcePath=\"identity-provider/instances/saml\"","threadName":"executor-thread-114","threadId":217,"mdc":{},"ndc":"","hostName":"cncc-iam","processName":"/opt/java/jre/bin/java","processId":571}

M-CNCC IAM Ingress Gateway logs

SECURITY- Request log:
{
  "instant": {
    "epochSecond": 1764260023,
    "nanoOfSecond": 646278590
  },
  "thread": "igw-app-thread18",
  "level": "INFO",
  "loggerName": "ocpm.cne.gateway.cncc.filters.CnccLoggingFilter",
  "message": {
    "logType": "SECURITY",
    "type": "REQUEST",
    "operationType": "POST",
    "userId": "acc21615-964a-4055-8c20-fb2705bd641b",
    "username": "admin",
    "remoteAddress": "xx.xx.xx.xx:xxxx",
    "localAddress": "xx.xx.xx.xx:xxxx",
    "resourcePath": "/cncc/auth/admin/realms/cncc/identity-provider/instances",
    "scheme": "http",
    "queryParams": {},
    "headers": {
      "Origin": "http://xx.xx.xx.xx:30085",
      "Cookie": "{masked}",
      "Connection": "keep-alive",
      "User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36",
      "uuidToken": "96bcb26b-e823-4641-9f03-6bbc020fd414",
      "Host": "xx.xx.xx.xx:30085",
      "Accept-Encoding": "gzip, deflate",
      "svcName": "cncc-iam-kc-http.cncc.svc.cluster.local",
      "ocLogId": "1764260023644_92_cncc-iam-ingress-gateway-85d6d57584-wt9zk",
      "accept": "application/json, text/plain, */*",
      "sbi-timer-publish-headers": "false",
      "authorization": "{masked}",
      "content-type": "application/json",
      "Accept-Language": "en-US,en;q=0.9",
      "Content-Length": "949",
      "sbi-timer-feature": "false"
    },
    "payload": {
      "alias": "saml",
      "config": {
        "allowCreate": "true",
        "guiOrder": "-",
        "entityId": "http://xx.xx.xx.xx:30085/cncc/auth/realms/cncc",
        "idpEntityId": "-",
        "singleSignOnServiceUrl": "http://xx.xx.xx.xx:32740/auth/realms/master/protocol/saml",
        "artifactResolutionServiceUrl": "-",
        "singleLogoutServiceUrl": "-",
        "backchannelSupported": "false",
        "sendIdTokenOnLogout": "true",
        "sendClientIdOnLogout": "false",
        "nameIDPolicyFormat": "urn:oasis:names:tc:SAML:2.0:nameid-format:persistent",
        "principalType": "SUBJECT",
        "postBindingResponse": "false",
        "artifactBindingResponse": "false",
        "postBindingAuthnRequest": "false",
        "postBindingLogout": "false",
        "wantAuthnRequestsSigned": "false",
        "wantAssertionsSigned": "false",
        "wantAssertionsEncrypted": "false",
        "forceAuthn": "false",
        "validateSignature": "false",
        "signSpMetadata": "false",
        "loginHint": "false",
        "allowedClockSkew": 0,
        "attributeConsumingServiceIndex": 0,
        "attributeConsumingServiceName": "-"
      },
      "displayName": "Single Sign On (SSO)",
      "providerId": "saml"
    },
    "authenticationType": "UNKNOWN"
  },
  "endOfBatch": false,
  "loggerFqcn": "org.apache.logging.log4j.internal.DefaultLogBuilder",
  "threadId": 134,
  "threadPriority": 5,
  "messageTimestamp": "2025-11-27T16:13:43.646+0000",
  "processId": "1",
  "ingressTxId": "ingress-tx-24003959",
  "pod": "cncc-iam-ingress-gateway-85d6d57584-wt9zk",
  "ocLogId": "1764260023644_92_cncc-iam-ingress-gateway-85d6d57584-wt9zk",
  "instanceType": "prod",
  "xRequestId": "-"
}
SECURITY- Response log:
{
  "instant": {
    "epochSecond": 1764260023,
    "nanoOfSecond": 693906907
  },
  "thread": "igw-app-thread5",
  "level": "INFO",
  "loggerName": "ocpm.cne.gateway.cncc.filters.CnccLoggingFilter",
  "message": {
    "logType": "SECURITY",
    "type": "RESPONSE",
    "operationType": "POST",
    "userId": "acc21615-964a-4055-8c20-fb2705bd641b",
    "username": "admin",
    "resourcePath": "/cncc/auth/admin/realms/cncc/identity-provider/instances",
    "scheme": "http",
    "headers": {
      "content-length": "0",
      "transfer-encoding": "chunked",
      "Access-Control-Allow-Origin": "http://xx.xx.xx.xx:30085",
      "X-Content-Type-Options": "nosniff",
      "RequestMethod": "POST",
      "Referrer-Policy": "no-referrer",
      "X-Frame-Options": "SAMEORIGIN",
      "Access-Control-Expose-Headers": "Location",
      "Strict-Transport-Security": "max-age=31536000; includeSubDomains",
      "Access-Control-Allow-Credentials": "true",
      "NettyLatency": "1764260023644",
      "Location": "http://xx.xx.xx.xx:30085/cncc/auth/admin/realms/cncc/identity-provider/instances/saml"
    },
    "payload": {},
    "authenticationType": "UNKNOWN",
    "status": "201 CREATED"
  },
  "endOfBatch": false,
  "loggerFqcn": "org.apache.logging.log4j.internal.DefaultLogBuilder",
  "threadId": 110,
  "threadPriority": 5,
  "messageTimestamp": "2025-11-27T16:13:43.693+0000",
  "processId": "1",
  "ingressTxId": "ingress-tx-262275294",
  "pod": "cncc-iam-ingress-gateway-85d6d57584-wt9zk",
  "ocLogId": "-",
  "instanceType": "prod",
  "xRequestId": "-"
}

Note:

Similar logs will also be observed for the default realm.