SCIMReferenceCode icon indicating copy to clipboard operation
SCIMReferenceCode copied to clipboard

Sample code for using secret token and multiple tenants

Open rickardliljeberg opened this issue 5 years ago • 2 comments

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 avatar Oct 12 '20 14:10 rickardliljeberg

@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

apcsb avatar Apr 21 '23 20:04 apcsb

@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.

rickardliljeberg avatar Apr 22 '23 05:04 rickardliljeberg