[Cloud-Masthead]: add services endpoint to determine auth status for Cloud Console - DPO Consulting
See original GitHub issueEngineering info:
- Innovation Team engineer: @proeung
- Innovation Team JIRA Ticket: https://jsw.ibm.com/browse/HC-2377
- DPO consulting engineer: @annawen1
The problem
- It was brought to our attention that the Cloud console team has completed a feature to detect and personalize based on if a person was authenticated/logged-on on via the
cloud.ibm.com
console. - This detection method was based on a request to personalize
/cloud
pages with users’ live login state, which can now be accomplished. - @kjwhitla Can you let me know if this is correct from a business requirement perspective?
The solution
Steps to verify the personalization functionality:
- Goto an IBM.com marketing page, like https://ibm.com/cloud
- Open the developer console
- type
_dl.ddo.user.segment.isCloudLoggedOn
(previously made a typo and omitted the _ in this command) - The console output should read
true
orfalse
- Either log in or log out of
cloud.ibm.com
(change your state) - Reload the https://ibm.com/cloud page
- Repeat step 3 and see the status updated
We’ll need to adjust our CloudAccountAuth
script within the Services package of the Carbon for ibm.com.
Application/website
AEM, Drupal
Business priority
Medium Priority = upcoming release but is not pressing
What time frame would this ideally be needed by (if applicable)
The timeframe of this work has not been determined yet.
Examples
No response
Code of Conduct
- I agree to follow this project’s Code of Conduct
- I checked the current issues for duplicate issues
Issue Analytics
- State:
- Created 2 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Set up Cloud Endpoints OpenAPI for Cloud Run with ESPv2
With this set up, ESPv2 intercepts all requests to your services and performs any necessary checks (such as authentication) before invoking the service....
Read more >Service connections in Azure Pipelines - Microsoft Learn
Use OAuth with Grant authorization or a username and password with Basic Authentication to define a connection to Bitbucket Cloud. For pipelines ...
Read more >Introducing Private Service Endpoints in IBM Cloud Databases
At this point, a prompt to will show that you opened a support ticket with IBM Cloud to enable the Service Endpoint. You...
Read more >Google Cloud Service Health
BigQuery Data Transfer Service. Binary Authorization. Certificate Authority Service. Chronicle Security. Cloud Armor. Cloud Asset Inventory. Cloud Billing.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@proeung hmm yeah that’s an option, we can have a CDN reference based off of PR number. @kennylam what do you think?
@annawen1 If we can set up a CDN reference based on the PR number that would be great! I can open a PR for the solution that we had before (see - https://github.com/carbon-design-system/carbon-for-ibm-dotcom/pull/8149) and make the changes and quickly test them on Drupal and an EI app.