question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Dictionary property for non-standard extensions

See original GitHub issue

The RegistrationRequest class could have a IDictionary property for adding key-values to be sent along with the request for non-standard extensions.

Example:

var request = new RegistrationRequest
{
    ClientName = "example",
    // ...
};
request.Extensions.Add("scope", "openid profile billing");

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
leastprivilegecommented, Nov 30, 2018

I updated the docs. Feel free to do a PR if more information is needed

https://identitymodel.readthedocs.io/en/latest/client/dynamic_registration.html

0reactions
github-actions[bot]commented, Feb 20, 2021

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Question: how to bind a Dictionary in an Options class? ...
I think I will need to customize the binding logic somehow for the property, as Dictionary seems to be a non-standard construct for...
Read more >
Using an extension method on a dictionary
A dictionary's Values property is a ICollection<T> . (Link) Instead of writing your own extension method, you should use Linq's extensions.
Read more >
Define a dictionary override
Dictionary overrides are inherited by extended tables, so it may be necessary to define additional overrides to change the value of fields on...
Read more >
Property accessors - JavaScript - MDN Web Docs - Mozilla
Property accessors provide access to an object's properties by using ... an associative array (a.k.a. map, dictionary, hash, lookup table).
Read more >
CANopenNode: Object Dictionary
Properties for specific OD variable is fetched with OD_getSub() function. ... There are some optional extensions to the object dictionary:.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found