Sample code for using secret token and multiple tenants
I have gotten the sample code to work well however it only really works against one azure ad tenant and also only with the azure issued token and not the "Secret Token" (which I believe to be the long-lived bearer token?).
It would be fantastic with sample code that allows for multiple tenants aswell as using a secret token.
@rickardliljeberg could you please post how you got it to work in a single-tenant scenario? Have you done it with Postman or another tool?
[UPD] figured it out already https://github.com/AzureAD/SCIMReferenceCode/issues/35#issuecomment-1518406005
Thanks
@rickardliljeberg could you please post how you got it to work in a single-tenant scenario? Have you done it with Postman or another tool?
[UPD] figured it out already #35 (comment)
Thanks
The sample is already set up for a single tenant scenario so it's just to download the sample app and run it more or less.