Interface OIDCUserInfoConfiguration

    • Method Detail

      • getDeniedUserInfoAttributes

        @Nonnull
        @NonnullElements
        @NotLive
        Set<String> getDeniedUserInfoAttributes​(@Nullable
                                                ProfileRequestContext profileRequestContext)
        Get the set of attribute IDs which should be omitted from the UserInfo token.

        Default behavior is to include all claims, but omiited claims also affect the set that may need to be embedded for recovery into the access/refresh tokens.

        Parameters:
        profileRequestContext - profile request context
        Returns:
        the attribute IDs to omit from UserInfo token