Layer7 API Management

  • 1.  Customizar a Tela do OAuth Manager

    Posted Jan 14, 2019 09:19 AM

    Pessoal boa tarde 

       Como eu  faço para mudar o logo da pagina padrão  do OAuth Manager ? 

           Ja olhei na documentação mas não sei como chegar na pasta para efetuar a troca de imagens , vocês sabem como fazer isso por favor me ajudem e para mostrar para um cliente.

     

        Wallace Felipe 

     

       

    Good afternoon guys

        How do I change the OAuth Manager default page logo?

            I already looked in the documentation but I do not know how to get the folder to make the exchange of images, you know how to do this please help me and to show for a client.

     

    Wallace Felipe 



  • 2.  Re: Customizar a Tela do OAuth Manager

    Broadcom Employee
    Posted Jan 14, 2019 10:46 AM

    Hi 

     

    The logo is set in a internal policy fragment "OTK Authorization Server Website Template"

    There are some guidelines in the doc to customize this .

     

    Configure the Authorization Server - CA API Management OAuth Toolkit - 4.2 - CA Technologies Documentation 

     

    Regards Dirk



  • 3.  Re: Customizar a Tela do OAuth Manager

    Posted Jan 14, 2019 12:34 PM

    So I want to know how to change this logo, how to do it or in what file is the image so I can subscribe for another.



  • 4.  Re: Customizar a Tela do OAuth Manager
    Best Answer

    Broadcom Employee
    Posted Jan 14, 2019 03:34 PM

    The images are base64 encoded and not stored directly on the filesystem.

     

    If you are looking to change this for OAuth manager and not the authorization server you will need to 

     

    1) Navigate to the policy for "oauth manager website brand logo"

    2) Copy the variable assertion "brandLogo"

     

    3) Paste this variable into "#oauth manager website brand logo"

    4) Edit the variable and look for the src attribute of the image tag:

    i.e: 

     src="data:image/png;base64,iVBORw0KGgo...."

     

    Replace the value after 

     

    src="data:image/png;base64, 

    With the base64 encoded image. Be sure to keep the ending quote , tag and tag closures " /></span>

     

    Regards,

    Joe



  • 5.  Re: Customizar a Tela do OAuth Manager

    Posted Jan 15, 2019 07:37 AM

    Thank you.
          If you are from the Broadcon Company, you could ask them to refocus the product documentation because I just found out what to do after your explanation, that is, if there was no one like you willing to help I would never know how to come up with that solution.
        Thank you again.

        Wallace Felipe.