azure-activedirectory-library-for-ruby
azure-activedirectory-library-for-ruby copied to clipboard
The ADAL for Ruby library makes it easy for Ruby applications to authenticate to AAD in order to access AAD protected web resources.
Hi, As an Azure customer, I need halfway decent automation options and most of our automation is in Ruby because everybody else, chiefly AWS, provides perfectly useful SDKs there without...
``` $HOME/.rbenv/versions/2.2.3/lib/ruby/gems/2.2.0/gems/bundler-1.12.5/lib/bundler/runtime.rb:89:in `rescue in block (2 levels) in require': There was an error while trying to load the gem 'adal'. (Bundler::GemRequireError) Gem Load Error is: uninitialized constant ADAL::ClientAssertionCertificate::RequestParameters ``` constantly...
Loyalty survey link added to README.md. In addition to quicklinks added to tab at top of README.md file for further visibility for users o submit feedback. Didn't want to add...
Master
It is incorrect setting TENANT configuration in `user_credentials_example`. If configured correctly, we will get the following error message: ``` ERROR -- : Parsed an ErrorResponse with error: invalid_client and error...
If 'raw_response' is an empty string, JSON::ParserError is raised. So fixed this bug. Confirmed ruby versions: - 2.3.3p222 - 2.3.7p456 - 2.6.1p33 - 2.6.3p62
This updates the dependency on jwt to a more recent stable version.
Getting this error when executing line result = ctx.acquire_token_for_user(RESOURCE, CLIENT_ID, user_cred) https://github.com/AzureAD/azure-activedirectory-library-for-ruby/blob/dev/samples/user_credentials_example/app.rb
Pulling my hair out trying to use ADAL to use a refresh token to get a long lived one. ADAL expects a tenant name eg acme.onmicrosoft.com, but what is the...