Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1699262

Summary: [DOCS] Update OAuth API
Product: OpenShift Container Platform Reporter: scheng
Component: DocumentationAssignee: Christian Huffman <chuffman>
Status: CLOSED DUPLICATE QA Contact: scheng
Severity: high Docs Contact: Vikram Goyal <vigoyal>
Priority: low    
Version: 4.1.0CC: aos-bugs, chuyu, jokerman, mmccomas
Target Milestone: ---   
Target Release: 4.1.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-04-12 21:54:43 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description scheng 2019-04-12 09:26:26 UTC
Document URL: 
https://github.com/openshift/openshift-docs/tree/enterprise-4.0/authentication/identity_providers

Section Number and Name: 

Describe the issue: 
According to: https://github.com/openshift/api/pull/265
1.we do not have challenge and login fields.
2.about openid IDP we replace urls with issuer.Like:
'''
  - mappingMethod: add
    name: openididp
    openID:
      claims:
        email:
        - email
        id:
        - sub
        name:
        - name
        - email
        preferredUsername:
        - preferred_username
        - email
      clientID: 387955764282-jdauvcktqk936a2n3m8oahqj8jpidihd.apps.googleusercontent.com
      clientSecret:
        name: openid-secret
      extraScopes:
      - email
      - profile
      issuer: https://accounts.google.com
    type: OpenID
'''

Suggestions for improvement: 

Additional information:

Comment 1 Christian Huffman 2019-04-12 21:54:43 UTC
This duplicates BZ1693431. Including the original comment in that BZ and closing this one.

*** This bug has been marked as a duplicate of bug 1693431 ***