CZ-NIC / pyoidc

A complete OpenID Connect implementation in Python
Other
718 stars 259 forks source link

Not able to find sp_config #835

Open MohammedAdain opened 1 year ago

MohammedAdain commented 1 year ago

HI folks, I don't find sp_conf.py.example under https://github.com/OpenIDC/pyoidc/tree/master/oidc_example/op2 as directed in https://pyoidc.readthedocs.io/en/latest/examples/op.html#saml-authentication

When this is performed you have to create a configuration file for the SP. Copy the example file [..]/oidc_example/op2/sp_conf.py.example and give it the same name as in the setting SP_CONFIG, but use the file ending .py.

Was it removed?

Thanks, Mohammed Adain

MohammedAdain commented 1 year ago

cc: @rohe @tpazderka @schlenk @infohash

tpazderka commented 1 year ago

Examples are broken and not maintained for quite some time.

If you figure it out, PR is more than welcome.

MohammedAdain commented 1 year ago

Oh Okay, thanks