@@ -79,7 +79,7 @@ An example::
7979
8080 "authentication": {
8181 "user": {
82- "acr": "oidcop.user_authn.authn_context.INTERNETPROTOCOLPASSWORD ",
82+ "acr": "urn:oasis:names:tc:SAML:2.0:ac:classes:InternetProtocolPassword ",
8383 "class": "oidcop.user_authn.user.UserPassJinja2",
8484 "kwargs": {
8585 "verify_endpoint": "verify/user",
@@ -368,7 +368,7 @@ An example::
368368 "kwargs": {
369369 "scheme_map": {
370370 "email": [
371- "oidcop.user_authn.authn_context.INTERNETPROTOCOLPASSWORD "
371+ "urn:oasis:names:tc:SAML:2.0:ac:classes:InternetProtocolPassword "
372372 ]
373373 }
374374 }
@@ -436,7 +436,7 @@ For any further customization of template here an example of what used in django
436436
437437 "authentication": {
438438 "user": {
439- "acr": "oidcop.user_authn.authn_context.INTERNETPROTOCOLPASSWORD ",
439+ "acr": "urn :oasis: names :tc: SAML:2.0 :ac: classes:InternetProtocolPassword ",
440440 "class": "oidc_provider.users.UserPassDjango",
441441 "kwargs": {
442442 "verify_endpoint": "verify/oidc_user_login/",
@@ -570,8 +570,8 @@ An example::
570570 }
571571
572572This is somethig that can be customized.
573- For example in the django-oidc-op implementation we use something like
574- the following (see ` example/django_op/oidc_provider `) ::
573+ For example in the django-oidc-op implementation is used something like
574+ the following::
575575
576576 "userinfo": {
577577 "class": "oidc_provider.users.UserInfo",
0 commit comments