Bug 1833206
Summary: | There is not way to get token after successful login to OCP 4.3 integrated with Redhat SSO | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Ani <ani.p> |
Component: | oauth-apiserver | Assignee: | Stefan Schimanski <sttts> |
Status: | CLOSED DUPLICATE | QA Contact: | Xingxing Xia <xxia> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.3.0 | CC: | aos-bugs, mfojtik, slaznick |
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: | 2020-05-13 07:25:27 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
Ani
2020-05-08 04:50:18 UTC
Please fill in the steps to reproduce so that I can understand what's not working for you. Steps to Reproduce: 1. Integrate OCP 4.3 with RedHat SSO and create a user with in RHSSO. 2. Using CURL authenticate above user using OCP 4.3 authentication REST API end point. 3. Once authenticated, get the token for above user, using REST API end point (don't know which REST API to be used ) 4. Validate whether token obtain above, works when try to create any OCP resource like project/role-binding using CURL with specific OCP 4.3 REST API end point required for creating those resources. Actual results: Don't know how to get token and not sure if that token work when subsequent call is made to OCP 4.3 REST API endpoint to create OCP resources. Expected results: There must be a REST API end point to get token after successful authentication and this token work when subsequent call is made to OCP 4.3 REST API endpoint to create OCP resources. Additional info: In real above steps happen inside our web application, since web application is not accessible to reproduce this, so I suggested to user CURL command. I am going to assume what you're asking for is "I want to be able to use my RHSSO, configured as an OIDC identity provider, to authenticate to OpenShift by using basic-auth, which worked for me in 3.11 as I was able to set configuration field 'challenge' to 'true', but I can't use this in 4.3 as OIDC identity provider does not allow challenge flows" and I will close this as a duplicate of another BZ that deals with exactly this problem. *** This bug has been marked as a duplicate of bug 1727983 *** |