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

Bug 1693431

Summary: Remove `challenge` and `login` attributes from the IDP example resources
Product: OpenShift Container Platform Reporter: Christian Huffman <chuffman>
Component: DocumentationAssignee: Christian Huffman <chuffman>
Status: CLOSED CURRENTRELEASE QA Contact: scheng
Severity: unspecified Docs Contact: Vikram Goyal <vigoyal>
Priority: unspecified    
Version: 4.1.0CC: ahardin, aos-bugs, jokerman, mmccomas, scheng
Target Milestone: ---   
Target Release: ---   
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-29 14:02:13 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 Christian Huffman 2019-03-27 19:38:59 UTC
Remove `challenge` and `login` attributes from the IDP example resources. These attributes were removed by https://github.com/openshift/api/pull/265 .

Comment 1 Christian Huffman 2019-04-12 21:54:43 UTC
*** Bug 1699262 has been marked as a duplicate of this bug. ***

Comment 2 Christian Huffman 2019-04-12 21:55:08 UTC
Copying comment from BZ 1699262:

====

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 3 Ashley Hardin 2019-04-23 15:05:51 UTC
Work in progress: https://github.com/openshift/openshift-docs/pull/14560

Comment 4 scheng 2019-04-25 03:22:24 UTC
Verified.

Need an another PR to update openid issuer field.

Comment 5 Christian Huffman 2019-04-29 14:02:13 UTC
Ashley's PR has been merged, and will be available in the 4.x documentation set. BZ1703057 covers updating the `issuer` field.