Lord & Taylor · Authentication Profile

Lordandtaylor Authentication

Authentication

Lord & Taylor secures its APIs with oauth2 and openIdConnect across 2 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).

CompanyRetailE-CommerceApparelShoppingDepartment StoreAgentic CommerceMCP
Methods: oauth2, openIdConnect Schemes: 2 OAuth flows: authorizationCode API key in:

Security Schemes

oidc openIdConnect
oauth2 oauth2
· flows: authorizationCode

Source

Authentication Profile

lordandtaylor-authentication.yml Raw ↑
generated: '2026-07-20'
method: searched
source: https://www.lordandtaylor.com/.well-known/openid-configuration
docs: https://shopify.dev/docs/api/customer
summary:
  types: [oauth2, openIdConnect]
  oauth2_flows: [authorizationCode]
  pkce: S256
  provider: Shopify Customer Accounts
schemes:
- name: oidc
  type: openIdConnect
  issuer: https://shopify.com/authentication/90637893921
  openid_configuration: https://www.lordandtaylor.com/.well-known/openid-configuration
  jwks_uri: https://account.lordandtaylor.com/authentication/.well-known/jwks.json
  id_token_signing_alg_values_supported: [RS256]
  subject_types_supported: [public]
  claims_supported: [iss, sub, aud, exp, iat, nonce, sid, email, email_verified]
- name: oauth2
  type: oauth2
  flows:
  - flow: authorizationCode
    authorizationUrl: https://account.lordandtaylor.com/authentication/oauth/authorize
    tokenUrl: https://account.lordandtaylor.com/authentication/oauth/token
    end_session_endpoint: https://account.lordandtaylor.com/authentication/logout
    code_challenge_methods_supported: [S256]
    grant_types_supported:
    - authorization_code
    - refresh_token
    - urn:ietf:params:oauth:grant-type:jwt-bearer
    token_endpoint_auth_methods_supported: [client_secret_basic]
    scopes: [openid, email, customer-account-api:full, customer-account-mcp-api:full]