About
olav
Rank:
Community Explorer
Title:
Joined:
Sep 8, 2015 1:52:59 AM
Posts:
6
Solutions:
1
Likes Received:
0
Bio:
An amazing Instructure Community member
Most Liked Posts
Found the problem. In the exaple file it says "key.public_key.to_jwk(kid: Time.now.utc.iso8601).to_json"
it should be "key.to_jwk(kid: Time.now.utc.iso8601).to_json"
Thanks for pointin...
Thanks, it makes sense, but when we did that we got the "Private key is needed" error. Is there maybe a cache that should be invalidated or something. (we don't use Consul)
This is the error;
"response_mode"=>"form_post", "response_type"=>"id_token",
"scope"=>"openid", "state"=>"state...
Hi we are trying to set up our canvas site to provide jwt keys for a LTI 1.3 application. It works well with the example keys in dynamic_settings.example, but how to make our own set of keys?
I have m...
With a big chance of me missing something: How are the private keys used to generate jwt generate public keys in dynamic_settings.yml stored? I have extracted the private one and put in the jwt in the...
Most Recent Posts
Found the problem. In the exaple file it says "key.public_key.to_jwk(kid: Time.now.utc.iso8601).to_json"
it should be "key.to_jwk(kid: Time.now.utc.iso8601).to_json"
Thanks for pointin...
Thanks, it makes sense, but when we did that we got the "Private key is needed" error. Is there maybe a cache that should be invalidated or something. (we don't use Consul)
This is the error;
"response_mode"=>"form_post", "response_type"=>"id_token",
"scope"=>"openid", "state"=>"state...
Hi we are trying to set up our canvas site to provide jwt keys for a LTI 1.3 application. It works well with the example keys in dynamic_settings.example, but how to make our own set of keys?
I have m...
With a big chance of me missing something: How are the private keys used to generate jwt generate public keys in dynamic_settings.yml stored? I have extracted the private one and put in the jwt in the...
Latest Badges
First Login Completed
2024-01-25
5 Replies Posted
2024-01-05
First Solution Provided
2024-01-05
First Reply Posted
2024-01-05