cancel
Showing results for 
Search instead for 
Did you mean: 

How do I enable oAuth2?

Former Member
0 Kudos

Within Netweaver Gateway there is a transaction SOAUTH where you can configure OAUTH for particular services. In there you can select an OAUTH2 identity provider, and I was able to select the Netweaver SSO IDP.

However, in OAUTH, you need to provide:

- Access Token URL

- Request Token URL

- Authorization URL

- Consumer Key

- Consumer Secret

Any ideas what these would be?

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hi Gavin,

here's a WIKI that describes different scenarios in a step by step approach with screen shots. It also contains source code and sample implementations for clients.

OAuth 2.0 - Constrained Authorization and Single Sign-On for OData Services - Security and Identity ...

Regards,

Mathias

davefitzgibbon
Advisor
Advisor
0 Kudos

Hi Gavin,

Have a look at teh following Documentation to to see if they can help you

Configuration of trusted identity provider :
http://help.sap.com/saphelp_nw74/helpdata/en/7e/80a762e8b4441fb53b1f6d9bde4f4d/frameset.htm

setting up OATH2.0 client :
http://help.sap.com/saphelp_nw74/helpdata/en/de/d106c66334432f963715cb0dc3165f/content.htm

parameter of OATH2.0
http://help.sap.com/saphelp_nw74/helpdata/en/d7/d0a4620b694bf499ea3bf78d117bd8/content.htm

OATH2.0 configuration :
http://help.sap.com/saphelp_nw74/helpdata/en/1e/c60c33be784846aad62716b4
a1df39/content.htm?frameset=/en/1e/c60c33be784846aad62716b4a1df39/frameset.htm

Regards,

David