IdentityPython / idpy-oidc

Implementation of everything OIDC and OAuth2
Apache License 2.0
40 stars 22 forks source link

Getting entity_id #91

Closed rohe closed 11 months ago

rohe commented 11 months ago

The way entity_id is defined based on key word arguments or configuration is improved. If no base_url is defined base_url is set to be the entity_id. In a couple of places a function was referred to as just the function and not the result of running the function. The former was wrong. Allowed default client class in RPHandler to be set by configuration.