This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 78
nexpected client assertion type #55
Comments
Seeing the same issue. @lemmycaution did you ever resolve this? |
No, sorry. I ended up with using some other platform.
…On Mon, Jul 3, 2017 at 3:48 PM, akrulwich ***@***.***> wrote:
Seeing the same issue. @lemmycaution <https://github.com/lemmycaution>
did you ever resolve this?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#55 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAVcvXzXXMxzK4RFF5y7Ueq9uOOJk1dvks5sKP8vgaJpZM4M4B70>
.
|
@lemmycaution Thanks |
I had this it's an easy fix - if you look through the code of the dotnet version, it uses a different JWT_BEARER string: Someone's already done a pull request too: #39 In the meantime you can monkey patch the gem to fix: module ADAL
class TokenRequest
module GrantType
JWT_BEARER = 'urn:ietf:params:oauth:client-assertion-type:jwt-bearer'
end
end
end |
edavey
added a commit
to dxw/azure-activedirectory-library-for-ruby
that referenced
this issue
Feb 19, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi there,
I'm trying to run client_assertation_certificate_example but stuck with below error. It seems I'm missing something in configuration but cannot find it. Any tip most welcome, thanks a lot.
The text was updated successfully, but these errors were encountered: