Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modified the usage example, because it could NOT execute. #47

Closed
wants to merge 2 commits into from

Conversation

jinroq
Copy link

@jinroq jinroq commented Jun 30, 2019

Although the usage example using adal is described, this usage example can NOT execute correctly at present.

When the usage example described in README is used as it is:

./adal-1.0.0/lib/adal/client_assertion_certificate.rb:31:in `<class:ClientAssertionCertificate>': uninitialized constant ADAL::ClientAssertionCertificate::RequestParameters (NameError)

If we change the adal to use this way:

./json/common.rb:156:in `initialize': A JSON text must at least contain two octets! (JSON::ParserError)

After fixed JSON::ParserError:

AADSTS90002: Tenant '<tenant_id>.onmicrosoft.com' not found. This may happen if there are no active subscriptions for the tenant. Check with your subscription administrator.

Since adal is not already maintained, instead of I used the httparty example for reference.

@baywet baywet added the deprecated version isssues or pull requests related to the older non supported OData version label Dec 28, 2022
@baywet
Copy link
Member

baywet commented Jan 10, 2023

Thank you for the contribution. We retired that version of the SDK a number of years ago and are now working on a new preview. You can learn all about it on the readme page.

@baywet baywet closed this Jan 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deprecated version isssues or pull requests related to the older non supported OData version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants