ABAP-SDK-for-Azure
ABAP-SDK-for-Azure copied to clipboard
Update AAD Token V2
Add Method for GET AAD Token for Azure AAD OAuth V2 by replacing resource to scope
https://github.com/microsoft/ABAP-SDK-for-Azure/pull/94 handles the 2 issues with OCCURS
There're some services like Service Now that require Azure AD Connect V2.0. Currently, this SDK only support V1.0 so I create the new method and change a few parameter from resource (v1) to scope (v2).
Need to redefine and add some enhancement so decide to close the PR for now.
@larshp Hi Lars Hvam,
Is it possible to merge this PR into main branch ? Currently many service required AAD Token version 2 and changes include
- Clone Get AAD Token method
- Change Parameter name from resource -> scope. Or if there are anything I have to provide can you give me a suggestion? Best Regards,
I dont have access, I'm not a maintainer of this repo
@larshp Okay my apologize xD. So who can I tag in this case? @Naveen-Kurmadas ?
Thanks @kritchaponc for making contribution to the Repo.
Instead of changing the code and changing the Resource to scope. you can setup RFC connection with OAUTH2 URL and ZCL_ADF_SERVICE_AAD~GET_AAD_TOKEN will give you the token.
Please let me know if you have any other thoughts.