Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

BREAKAGE: seed param moved from global configuration to registration endoint #72

Merged
merged 1 commit into from
May 26, 2021

Conversation

peppelinux
Copy link
Member

this definitely closes
#60

now we have the seed parameter as a Registration endpoint internal parameter

    "registration": {
      "path": "registration",
      "class": "oidcop.oidc.registration.Registration",
      "kwargs": {
        "client_authn_method": None,
        "client_secret_expiration_time": 432000,
        "client_id_generator": {
           "class": 'oidcop.oidc.registration.random_client_id',
           "kwargs": {
                "seed": "that-optional-random-value"
           }
       }
      }
    },

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants