[java-idp-oidc] 01/02: Fixed a typo 'oidc.asInt' to 'oidc.asInteger'.

Henri Mikkonen henri.mikkonen at iki.fi
Fri Mar 19 10:32:27 UTC 2021


This is an automated email from the git hooks/post-receive script.

hjmikkon pushed a commit to branch main
in repository java-idp-oidc.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=f8e0b3bb6a78e0c9e8bb27bcfa3e13d50bc0fc84

commit f8e0b3bb6a78e0c9e8bb27bcfa3e13d50bc0fc84
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Fri Mar 19 11:52:24 2021 +0200

    Fixed a typo 'oidc.asInt' to 'oidc.asInteger'.
---
 .../shibboleth/idp/plugin/oidc/op/conf/attributes/oidc-claim-rules.xml  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/conf/attributes/oidc-claim-rules.xml b/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/conf/attributes/oidc-claim-rules.xml
index 921a78ef..9de853b2 100644
--- a/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/conf/attributes/oidc-claim-rules.xml
+++ b/idp-oidc-extension-impl/src/main/resources/net/shibboleth/idp/plugin/oidc/op/conf/attributes/oidc-claim-rules.xml
@@ -404,7 +404,7 @@
                     <prop key="id">updated_at</prop>
                     <prop key="transcoder">OIDCStringTranscoder</prop>
                     <prop key="oidc.name">updated_at</prop>
-                    <prop key="oidc.asInt">true</prop>
+                    <prop key="oidc.asInteger">true</prop>
                     <prop key="displayName.en">Last update of information</prop>
                 </props>
             </property>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list