Hello,
Using DMADashboard api http://[DMA IP]/<path> require authentication through login/password.
Is there any way to access directly by providing authentication information in request or passing the token in the built-in url.
Br.
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 12th July 2023
There are two ways to do this:
- Using SAML authentication, the Dashboards app will authenticate on the SAML identity provider when opening the app. If the user is actively signed in on the IDP, then he will also be automatically signed-in on the Dashboards app.
- You can provide an authentication ticket in the url of the Dashboards app. This ticket can be received from calling the WebAPI method "RequestLoginAsTicket". Specify this ticket in the url: https://[DMAIP]/dashboard/#/?ticket=[ticket]. Note that you have to authenticate first with a username/password on the WebAPI for this.
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 12th July 2023
Thank You. we have tried and succeeded to connect DMA Dashboard SW.