<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: How to access XSUAA enabled CAP Service destination in standalone SAP UI5 Application in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/how-to-access-xsuaa-enabled-cap-service-destination-in-standalone-sap-ui5/qaa-p/12685646#M4759751</link>
    <description>&lt;P&gt;Hi  @&lt;SPAN class="mention-scrubbed"&gt;karthikarjun&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;Yes with postman it is working fine using oauth credentials.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Divye&lt;/P&gt;</description>
    <pubDate>Tue, 31 Jan 2023 09:56:55 GMT</pubDate>
    <dc:creator>divyeaggarwal</dc:creator>
    <dc:date>2023-01-31T09:56:55Z</dc:date>
    <item>
      <title>How to access XSUAA enabled CAP Service destination in standalone SAP UI5 Application</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-access-xsuaa-enabled-cap-service-destination-in-standalone-sap-ui5/qaq-p/12685643</link>
      <description>&lt;P&gt;Hello Everyone,&lt;/P&gt;
  &lt;P&gt;I have created the CAP Service enabled with XSUAA because of which if I try to execute my BTP Deployed CAP Service resulting me Unauthorized error which is expected behavior.&lt;/P&gt;
  &lt;P&gt;With Postman, I am able to do GET and POST call using oAuth credentials.&lt;/P&gt;
  &lt;P&gt;Now my requirement is to access this CAP Service in other SAP UI5 application outside CAP project.&lt;/P&gt;
  &lt;P&gt;I have created the destination in SAP BTP using XSUAA client credentials and authentication method as "OAuth2ClientCredentials" .&lt;/P&gt;
  &lt;P&gt;Below is the screen shot of destination&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2132227-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;Now if I am trying to consume this destination in sap UI5 application its giving me 500 error.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2132228-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;Please let me know if I am missing some step.&lt;/P&gt;
  &lt;P&gt;Regards&lt;/P&gt;
  &lt;P&gt;Divye&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 07:41:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-access-xsuaa-enabled-cap-service-destination-in-standalone-sap-ui5/qaq-p/12685643</guid>
      <dc:creator>divyeaggarwal</dc:creator>
      <dc:date>2023-01-31T07:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to access XSUAA enabled CAP Service destination in standalone SAP UI5 Application</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-access-xsuaa-enabled-cap-service-destination-in-standalone-sap-ui5/qaa-p/12685644#M4759749</link>
      <description>&lt;P&gt;It's a status code 500, meaning the server failed to respond or raised an error/exception due to his fault (could be a crash). Check the CAP app's service logs.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 08:14:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-access-xsuaa-enabled-cap-service-destination-in-standalone-sap-ui5/qaa-p/12685644#M4759749</guid>
      <dc:creator>pieterjanssens</dc:creator>
      <dc:date>2023-01-31T08:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to access XSUAA enabled CAP Service destination in standalone SAP UI5 Application</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-access-xsuaa-enabled-cap-service-destination-in-standalone-sap-ui5/qaa-p/12685645#M4759750</link>
      <description>&lt;P&gt;Hi &lt;SPAN class="mention-scrubbed"&gt;divyeaggarwal&lt;/SPAN&gt; - It seems the issue has related to a system error. &lt;/P&gt;&lt;UL&gt;&lt;LI&gt;401 - Unauthorized &lt;/LI&gt;&lt;LI&gt;500 - Internal server error&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Did you get a chance to execute this API entity from postman client? &lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karthik Arjun&lt;/P&gt;&lt;P&gt;SAP Fiori | CPI Senior Specialist &lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 09:09:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-access-xsuaa-enabled-cap-service-destination-in-standalone-sap-ui5/qaa-p/12685645#M4759750</guid>
      <dc:creator>karthikarjun</dc:creator>
      <dc:date>2023-01-31T09:09:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to access XSUAA enabled CAP Service destination in standalone SAP UI5 Application</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-access-xsuaa-enabled-cap-service-destination-in-standalone-sap-ui5/qaa-p/12685646#M4759751</link>
      <description>&lt;P&gt;Hi  @&lt;SPAN class="mention-scrubbed"&gt;karthikarjun&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;Yes with postman it is working fine using oauth credentials.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Divye&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 09:56:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-access-xsuaa-enabled-cap-service-destination-in-standalone-sap-ui5/qaa-p/12685646#M4759751</guid>
      <dc:creator>divyeaggarwal</dc:creator>
      <dc:date>2023-01-31T09:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to access XSUAA enabled CAP Service destination in standalone SAP UI5 Application</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-access-xsuaa-enabled-cap-service-destination-in-standalone-sap-ui5/qaa-p/12685647#M4759752</link>
      <description>&lt;P&gt;There are some limitations in connectivity support for oData sources supported by Fiori Tools. Please refer to the documentation of the relevant tool: &lt;A href="https://help.sap.com/docs/SAP_FIORI_tools/17d50220bcd848aa854c9c182d65b699/99061814ead548808d539861fb27bafb.html#loio99061814ead548808d539861fb27bafb__section_i2d_yzx_v4b" target="_blank"&gt;Fiori Elements&lt;/A&gt; or &lt;A href="https://help.sap.com/docs/SAP_FIORI_tools/17d50220bcd848aa854c9c182d65b699/99061814ead548808d539861fb27bafb.html#loio99061814ead548808d539861fb27bafb__section_i2d_yzx_v4b" target="_blank"&gt;SAP UI5 Freestyle&lt;/A&gt;.  &lt;/P&gt;&lt;P&gt;You might be better off using &lt;A href="https://help.sap.com/docs/SAP_FIORI_tools/17d50220bcd848aa854c9c182d65b699/99061814ead548808d539861fb27bafb.html#connect-to-an-odata-service-with-a-customized-url" target="_blank"&gt;Connect to an OData Service with a Customized URL&lt;/A&gt;. That way you can use the proxy available in Business Application Studio to &lt;A href="https://help.sap.com/docs/SAP%20Business%20Application%20Studio/9d1db9835307451daa8c930fbd9ab264/7e49887e6fd34182bebeca5a6841a0cc.html" target="_blank"&gt;connect to external systems&lt;/A&gt;. &lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 10:32:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-access-xsuaa-enabled-cap-service-destination-in-standalone-sap-ui5/qaa-p/12685647#M4759752</guid>
      <dc:creator>former_member2839</dc:creator>
      <dc:date>2023-01-31T10:32:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to access XSUAA enabled CAP Service destination in standalone SAP UI5 Application</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-access-xsuaa-enabled-cap-service-destination-in-standalone-sap-ui5/qaa-p/12685648#M4759753</link>
      <description>&lt;P&gt;I have tried this and this also giving same 500 error&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2023 11:09:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-access-xsuaa-enabled-cap-service-destination-in-standalone-sap-ui5/qaa-p/12685648#M4759753</guid>
      <dc:creator>divyeaggarwal</dc:creator>
      <dc:date>2023-02-01T11:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to access XSUAA enabled CAP Service destination in standalone SAP UI5 Application</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-access-xsuaa-enabled-cap-service-destination-in-standalone-sap-ui5/qaa-p/12685649#M4759754</link>
      <description>&lt;P&gt;I have tried this and this also giving same 500 error&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2023 11:10:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-access-xsuaa-enabled-cap-service-destination-in-standalone-sap-ui5/qaa-p/12685649#M4759754</guid>
      <dc:creator>divyeaggarwal</dc:creator>
      <dc:date>2023-02-01T11:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to access XSUAA enabled CAP Service destination in standalone SAP UI5 Application</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-access-xsuaa-enabled-cap-service-destination-in-standalone-sap-ui5/qaa-p/12685650#M4759755</link>
      <description>&lt;P&gt;You should remove &lt;STRONG&gt;HTML5.ForwardAuthToken&lt;/STRONG&gt; from the Additional Properties of the destination. It does not make sense when using authenticating with &lt;STRONG&gt;OAuth2ClientCredentials&lt;/STRONG&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Feb 2023 14:06:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-access-xsuaa-enabled-cap-service-destination-in-standalone-sap-ui5/qaa-p/12685650#M4759755</guid>
      <dc:creator>former_member2839</dc:creator>
      <dc:date>2023-02-01T14:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to access XSUAA enabled CAP Service destination in standalone SAP UI5 Application</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-access-xsuaa-enabled-cap-service-destination-in-standalone-sap-ui5/qaa-p/12685651#M4759756</link>
      <description>&lt;P&gt;Hi Dinu,&lt;/P&gt;&lt;P&gt;Thank you so much. It Works.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Divye&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2023 06:38:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-access-xsuaa-enabled-cap-service-destination-in-standalone-sap-ui5/qaa-p/12685651#M4759756</guid>
      <dc:creator>divyeaggarwal</dc:creator>
      <dc:date>2023-02-02T06:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to access XSUAA enabled CAP Service destination in standalone SAP UI5 Application</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-access-xsuaa-enabled-cap-service-destination-in-standalone-sap-ui5/qaa-p/12685652#M4759757</link>
      <description>&lt;P&gt;Hi  &lt;SPAN class="mention-scrubbed"&gt;divyeaggarwal&lt;/SPAN&gt; ,&lt;BR /&gt;&lt;BR /&gt;From where should I get Client ID, Client Sec, Token SRV URL, Token SRV User and Password?&lt;/P&gt;&lt;P&gt;And Does it work right away when you remove HTML5.ForwardAuthToken from the Additional Properties of the destination? OR Any other settings you did?&lt;/P&gt;&lt;P&gt;Really appreciate your help!! &lt;BR /&gt;Thank you!!&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2023 14:07:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-access-xsuaa-enabled-cap-service-destination-in-standalone-sap-ui5/qaa-p/12685652#M4759757</guid>
      <dc:creator>harianantha</dc:creator>
      <dc:date>2023-03-02T14:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to access XSUAA enabled CAP Service destination in standalone SAP UI5 Application</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-access-xsuaa-enabled-cap-service-destination-in-standalone-sap-ui5/qaa-p/12685653#M4759758</link>
      <description>&lt;P&gt;Even i'm working i getting same how i could we slove it&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2023 06:58:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-access-xsuaa-enabled-cap-service-destination-in-standalone-sap-ui5/qaa-p/12685653#M4759758</guid>
      <dc:creator>sparksaiteja</dc:creator>
      <dc:date>2023-11-17T06:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to access XSUAA enabled CAP Service destination in standalone SAP UI5 Application</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-access-xsuaa-enabled-cap-service-destination-in-standalone-sap-ui5/qaa-p/12685654#M4759759</link>
      <description>&lt;P&gt;Is it completed broh&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2023 06:58:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-access-xsuaa-enabled-cap-service-destination-in-standalone-sap-ui5/qaa-p/12685654#M4759759</guid>
      <dc:creator>sparksaiteja</dc:creator>
      <dc:date>2023-11-17T06:58:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to access XSUAA enabled CAP Service destination in standalone SAP UI5 Application</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-access-xsuaa-enabled-cap-service-destination-in-standalone-sap-ui5/qaa-p/13735729#M4833761</link>
      <description>&lt;P&gt;not working for me, can you pls upload your destination along with xs-app routes&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2024 06:41:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-access-xsuaa-enabled-cap-service-destination-in-standalone-sap-ui5/qaa-p/13735729#M4833761</guid>
      <dc:creator>Steyn</dc:creator>
      <dc:date>2024-06-19T06:41:03Z</dc:date>
    </item>
  </channel>
</rss>

